Skip to content

Commit

Permalink
fix: test
Browse files Browse the repository at this point in the history
  • Loading branch information
vgorkavenko committed Jan 23, 2025
1 parent f74b891 commit dbd3d25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/modules/accounting/test_accounting_module.py
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ def test_get_slots_elapsed_from_initialize(accounting: Accounting):
bs = ReferenceBlockStampFactory.build(ref_slot=100)
slots_elapsed = accounting._get_slots_elapsed_from_last_report(bs)

assert slots_elapsed == 100 - 32 * 2
assert slots_elapsed == 100 - 32 * 2 + 1


@pytest.mark.unit
Expand Down

0 comments on commit dbd3d25

Please sign in to comment.