Skip to content

Commit

Permalink
code review change
Browse files Browse the repository at this point in the history
  • Loading branch information
MateuszStoleckiGLM committed Aug 7, 2024
1 parent 329d8d1 commit 0c207ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/tests/api-e2e/test_api_history.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ def test_history_basics(

# make a snapshot
res = client.pending_snapshot()
assert res["epoch"] > STARTING_EPOCH - 1
assert res["epoch"] == STARTING_EPOCH

allocation_response_code = ua_alice.allocate(1000, alice_proposals)
assert (
Expand Down

0 comments on commit 0c207ba

Please sign in to comment.