From 93a36990ac2cfed6cc627d68d35af32a1a9ea01c Mon Sep 17 00:00:00 2001 From: Josselin Feist Date: Wed, 26 Oct 2022 14:10:52 +0200 Subject: [PATCH] Minor --- tests/test_ast_parsing.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_ast_parsing.py b/tests/test_ast_parsing.py index ab51714ee..e96a129b8 100644 --- a/tests/test_ast_parsing.py +++ b/tests/test_ast_parsing.py @@ -424,7 +424,7 @@ ALL_TESTS = [ Test("free_functions/new_operator.sol", ["0.8.12"]), Test("free_functions/library_constant_function_collision.sol", ["0.8.12"]), Test("ternary-with-max.sol", ["0.8.15"]), - Test("library_event-0.8.16.sol", ["0.8.16"]) + Test("library_event-0.8.16.sol", ["0.8.16"]), ] # create the output folder if needed try: