Skip to content

Commit

Permalink
for
Browse files Browse the repository at this point in the history
  • Loading branch information
juliannguyen4 committed Nov 5, 2024
1 parent 616e81b commit c444005
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/new_tests/test_mrt_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ def test_transaction_class(self, kwargs: dict, context, err_msg: Optional[str]):
# Internal Python error thrown in Windows
assert str(excinfo.value) == "Python int too large to convert to C unsigned long"
else:
# Custom error thrown by Python client other platforms
# Custom error thrown by Python client for other platforms
assert str(excinfo.value) == err_msg

# Even though this is an unlikely use case, this should not cause problems.
Expand Down

0 comments on commit c444005

Please sign in to comment.