Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
e-kwsm committed Nov 3, 2022
1 parent da91d3e commit 443806b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/lib/test_dump_load.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ def test_load_no_loader(verbose=False):
yaml.load("- foo\n")
except TypeError:
return True
assert(False, "load() require Loader=...")
raise RuntimeError("load() require Loader=...")
test_load_no_loader.unittest = True

def test_load_safeloader(verbose=False):
Expand Down

0 comments on commit 443806b

Please sign in to comment.