Skip to content

Commit

Permalink
chore: fix tests
Browse files Browse the repository at this point in the history
Signed-off-by: Jeremy Letang <[email protected]>
  • Loading branch information
jeremyletang committed Aug 15, 2024
1 parent 5cdb5fe commit cdc1b8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/volumediscount/helpers_for_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ func expectStatsUpdatedWithUnqualifiedParties(t *testing.T, broker *mocks.MockBr
for _, s := range stats.Stats {
if s.PartyId == "p1" {
foundUnqualifiedParty = true
require.Equal(t, "0", s.DiscountFactor)
require.Equal(t, "", s.DiscountFactor)
require.Equal(t, "900", s.RunningVolume)
}
}
Expand Down

0 comments on commit cdc1b8c

Please sign in to comment.