From 7fc605b86a61341fd268c0629097616e3a672b0b Mon Sep 17 00:00:00 2001 From: Barry Tikalsky Date: Fri, 8 Dec 2023 14:15:23 -0600 Subject: [PATCH] updated tests --- lolcow_test.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lolcow_test.py b/lolcow_test.py index 939814f..b942e92 100755 --- a/lolcow_test.py +++ b/lolcow_test.py @@ -12,8 +12,8 @@ def test_run_stage_pass(): - assert Test.run_stage("lolcow") == True + assert Test.run_stage("lolcow") def test_run_stage_fail(): - assert Test.run_stage("dockerfail") == False + assert not Test.run_stage("dockerfail")