From d215d05de262c0857c7a3e83390def23c367cdb1 Mon Sep 17 00:00:00 2001 From: webthethird Date: Tue, 16 May 2023 12:57:43 -0500 Subject: [PATCH] Bump --- tests/e2e/solc_parsing/test_ast_parsing.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/e2e/solc_parsing/test_ast_parsing.py b/tests/e2e/solc_parsing/test_ast_parsing.py index a561343de..9a0bd4d90 100644 --- a/tests/e2e/solc_parsing/test_ast_parsing.py +++ b/tests/e2e/solc_parsing/test_ast_parsing.py @@ -614,7 +614,7 @@ if __name__ == "__main__": "To re-generate all the json artifacts run\n\tpython tests/test_ast_parsing.py --overwrite" ) print("To compile json artifacts run\n\tpython tests/test_ast_parsing.py --compile") - print("\tThis will overwrite the previous json files") + print("\tThis will overwrite the previous json files.") elif sys.argv[1] == "--generate": for next_test in ALL_TESTS: _generate_test(next_test, skip_existing=True)