Skip to content

Commit

Permalink
updated tests
Browse files Browse the repository at this point in the history
  • Loading branch information
BarryTik committed Dec 8, 2023
1 parent b88a02d commit 7fc605b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lolcow_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -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")

0 comments on commit 7fc605b

Please sign in to comment.