Skip to content

Commit 79e9cb2

Browse files
authored
Fixed incorrect failure string
1 parent bfb8e23 commit 79e9cb2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_all_solutions.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ def test_all_solutions(directory_name, compiler_name, expected_solutions):
7676
print(f"Result: {color_string(colors.OKGREEN, 'SUCCESS')}")
7777
return 0
7878
else:
79-
print(f"Result: {color_string(colors.FAIL, 'SUCCESS')}")
79+
print(f"Result: {color_string(colors.FAIL, 'FAILURE')}")
8080
return 1
8181

8282

0 commit comments

Comments
 (0)