Skip to content

Commit

Permalink
test: make no error required to find the issue and prevent panics
Browse files Browse the repository at this point in the history
Signed-off-by: Manan Gupta <manan@planetscale.com>
  • Loading branch information
GuptaManan100 committed May 9, 2024
1 parent cbf89bd commit d83157a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion go/cmd/vttestserver/cli/main_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -464,7 +464,7 @@ func assertGetKeyspaces(ctx context.Context, t *testing.T, cluster vttest.LocalC
},
30*time.Second,
)
assert.NoError(t, err)
require.NoError(t, err)

resp, err := consumeEventStream(stream)
require.NoError(t, err)
Expand Down

0 comments on commit d83157a

Please sign in to comment.