Skip to content

Commit 34ecfb6

Browse files
committed
fix: add t.fatal when no signatures are found
1 parent 51d502c commit 34ecfb6

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

pkg/timelock/worker_solana_test.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -143,6 +143,7 @@ func TestStartPolling(t *testing.T) {
143143
return tc.txResponses[i], nil
144144
}
145145
}
146+
t.Fatalf("signature %s not found in signatures response", sigStr)
146147
return nil, nil
147148
default:
148149
t.Fatalf("unexpected method %s", req.Method)

0 commit comments

Comments
 (0)