We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 51d502c commit 34ecfb6Copy full SHA for 34ecfb6
1 file changed
pkg/timelock/worker_solana_test.go
@@ -143,6 +143,7 @@ func TestStartPolling(t *testing.T) {
143
return tc.txResponses[i], nil
144
}
145
146
+ t.Fatalf("signature %s not found in signatures response", sigStr)
147
return nil, nil
148
default:
149
t.Fatalf("unexpected method %s", req.Method)
0 commit comments