From 730f6583a3594415a3065d9ad451dcb84ef5fe9f Mon Sep 17 00:00:00 2001 From: Ankit Jain Date: Tue, 27 Jul 2021 22:16:02 -0700 Subject: [PATCH] Update testing.py --- testing.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testing.py b/testing.py index 54c0d85..4ffd5d5 100644 --- a/testing.py +++ b/testing.py @@ -1,3 +1,3 @@ assert sum([1, 2, 3]) == 6 assert True -print("All tests passed") +print("All tests passed.")