Skip to content

Commit

Permalink
print in a test
Browse files Browse the repository at this point in the history
  • Loading branch information
pomponchik committed Aug 8, 2024
1 parent f0305dc commit 9908479
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/units/tokens/test_timeout_token.py
Original file line number Diff line number Diff line change
Expand Up @@ -390,6 +390,7 @@ def test_less_or_equal_temp_not_monotonic_timeout_token_plus_bigger_or_equal_tem

print(token.deadline)
print(token.tokens[0].deadline if len(token.tokens) > 0 else None)
print(token)
assert isinstance(token, TimeoutToken)
assert token.timeout == 1
assert len(token.tokens) == 0
Expand Down

0 comments on commit 9908479

Please sign in to comment.