From 715ae9f099f2f11a7e655d23e68d8595d92e1045 Mon Sep 17 00:00:00 2001
From: Amal Alghamdi <amal@Amals-MacBook-Pro.local>
Date: Wed, 17 Mar 2021 13:01:29 +0300
Subject: [PATCH] edit

---
 example.py | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/example.py b/example.py
index d26c40a..f8f59cb 100644
--- a/example.py
+++ b/example.py
@@ -12,5 +12,5 @@ def subtract(a, b):
 
 
 # uncomment the following test in step 5
-#def test_subtract():
-#    assert subtract(2, 3) == -1
+def test_subtract():
+    assert subtract(2, 3) == -1
-- 
GitLab