Skip to content

Commit

Permalink
fix out of order test failure
Browse files Browse the repository at this point in the history
  • Loading branch information
jakeschuurmans committed Sep 18, 2024
1 parent d4bdc59 commit 7c6a926
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/api/v1/routes/handlers_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ func TestUploadXlsxFile(t *testing.T) {
r.EXPECT().
BillOfMaterialsBatchUpload(
gomock.Any(),
gomock.Eq(validBoms),
gomock.InAnyOrder(validBoms),
).
Return(nil, nil).
Times(1)
Expand Down

0 comments on commit 7c6a926

Please sign in to comment.