style: gofmt + fix copylocks lint warning
This commit is contained in:
@@ -55,7 +55,7 @@ func TestChatResponseRoundtrip(t *testing.T) {
|
|||||||
t.Fatal(err)
|
t.Fatal(err)
|
||||||
}
|
}
|
||||||
if decoded.UserId != "user-1" || !decoded.Success {
|
if decoded.UserId != "user-1" || !decoded.Success {
|
||||||
t.Errorf("decoded = %+v", decoded)
|
t.Errorf("decoded: UserId=%s, Success=%v", decoded.UserId, decoded.Success)
|
||||||
}
|
}
|
||||||
if len(decoded.Audio) != 3 {
|
if len(decoded.Audio) != 3 {
|
||||||
t.Errorf("audio len = %d", len(decoded.Audio))
|
t.Errorf("audio len = %d", len(decoded.Audio))
|
||||||
|
|||||||
Reference in New Issue
Block a user