Skip to content

Commit

Permalink
...
Browse files Browse the repository at this point in the history
  • Loading branch information
kovidgoyal committed Mar 4, 2021
1 parent 57650d9 commit 6468dfd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pyj/testing.pyj
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ def assert_true(x, msg, call_site=None):
raise_fail(f'{x} is not truthy', msg, call_site)


def assert_fale(x, msg, call_site=None):
def assert_false(x, msg, call_site=None):
if x:
raise_fail(f'{x} is truthy', msg, call_site)

Expand Down

0 comments on commit 6468dfd

Please sign in to comment.