Skip to content

Commit

Permalink
require
Browse files Browse the repository at this point in the history
Signed-off-by: Yuri Shkuro <[email protected]>
  • Loading branch information
yurishkuro committed Dec 15, 2024
1 parent bcbe681 commit 8164d02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion storage_v2/factoryadapter/reader_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ func TestTraceReader_GetTracesErrorResponse(t *testing.T) {
traces, err := iter.FlattenWithErrors(traceReader.GetTraces(
context.Background(), traceID(1), traceID(2),
))
assert.ErrorIs(t, err, test.expectedErr)
require.ErrorIs(t, err, test.expectedErr)
assert.Len(t, traces, test.expectedIters)
})
}
Expand Down

0 comments on commit 8164d02

Please sign in to comment.