Skip to content

Commit 1b70fb4

Browse files
committed
Fixed test
1 parent 3d5a147 commit 1b70fb4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/solana/logpoller/worker/worker_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ func TestWorkerGroup_PanicRecovery(t *testing.T) {
152152
err := group.Do(t.Context(), panicJob)
153153
require.NoError(t, err)
154154

155-
tests.AssertLogEventually(t, observed, "job testJob exceeded max retry count 2. Resolution most likely requires manual intervention. Errors: job panicked: RPC error 1\njob panicked: RPC error 2\njob panicked: RPC error 3")
155+
tests.AssertLogEventually(t, observed, "job exceeded max retry count. Resolution most likely requires manual intervention.")
156156
}
157157

158158
func TestWorkerGroup_Close(t *testing.T) {

0 commit comments

Comments
 (0)