Skip to content

Commit

Permalink
fix: use error for checking expectations
Browse files Browse the repository at this point in the history
  • Loading branch information
pavelbrm committed Jan 25, 2024
1 parent d40819d commit f7d349a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion services/skus/credentials_noint_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ func TestService_DeleteTLV2(t *testing.T) {
).Return(nil)

actual := svc.deleteTLV2(ctx, nil, tc.given.ord, tc.given.reqID)
should.Equal(t, nil, actual)
should.Equal(t, tc.exp.err, actual)
})
}
}

0 comments on commit f7d349a

Please sign in to comment.