Skip to content

Commit

Permalink
fixed assert-1.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrewG0R committed Aug 1, 2022
1 parent 6dbbaab commit 82f2c04
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ python: |
def check():
res = False
k = divide(21, 3)
try:
divide(21, 3)
divide(21, 0)
except AssertionError as e:
res = True
Expand Down

0 comments on commit 82f2c04

Please sign in to comment.