From 75fbe32ce29c4e1801c2c6102b9b275a3a00a676 Mon Sep 17 00:00:00 2001 From: vetclippy Date: Thu, 4 Sep 2025 17:40:05 +0800 Subject: [PATCH] chore: fix typo in comment Signed-off-by: vetclippy --- integration_tests/test_maxsupply.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/integration_tests/test_maxsupply.py b/integration_tests/test_maxsupply.py index 17450a391..e73270f97 100644 --- a/integration_tests/test_maxsupply.py +++ b/integration_tests/test_maxsupply.py @@ -192,4 +192,4 @@ def _halted_chain(): pass except Exception as e: - assert False, f"Test case failed due to exeception: {e}." + assert False, f"Test case failed due to exception: {e}."