From 9708d1b2661ffc772ed8ef9f9ddb8d93a5f45d2b Mon Sep 17 00:00:00 2001 From: phulehai <112443844+phulehai@users.noreply.github.com> Date: Tue, 6 Sep 2022 13:38:34 -0400 Subject: [PATCH] Update tests.py --- tests.py | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/tests.py b/tests.py index bd68b7b..5c9f0b9 100644 --- a/tests.py +++ b/tests.py @@ -10,10 +10,6 @@ def test_it(): Write a simple test. ''' s = Stack() - assert s.size == 0 s.push(1) assert s.size() ==1 - for i in range(1): - s.push(i) - assert s.size() = 101 - raise NotImplementedError('Need to implement a simple test.') +