From c444005a167f3f93805d0c4bc0016ee8d90bdb49 Mon Sep 17 00:00:00 2001 From: Julian Nguyen <109386615+juliannguyen4@users.noreply.github.com> Date: Tue, 5 Nov 2024 08:22:52 -0800 Subject: [PATCH] for --- test/new_tests/test_mrt_api.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/new_tests/test_mrt_api.py b/test/new_tests/test_mrt_api.py index 31cc01391..352e9621c 100644 --- a/test/new_tests/test_mrt_api.py +++ b/test/new_tests/test_mrt_api.py @@ -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.