diff --git a/testing.py b/testing.py index 4c5a3a2..4ffd5d5 100644 --- a/testing.py +++ b/testing.py @@ -1,4 +1,3 @@ assert sum([1, 2, 3]) == 6 assert True -print("All tests passed") -assert True +print("All tests passed.")