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 9908479 commit 24f5a72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/units/tokens/test_timeout_token.py
Original file line number Diff line number Diff line change
Expand Up @@ -390,7 +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)
print(repr(token))
assert isinstance(token, TimeoutToken)
assert token.timeout == 1
assert len(token.tokens) == 0
Expand Down

0 comments on commit 24f5a72

Please sign in to comment.