Skip to content

Commit

Permalink
explicit fail
Browse files Browse the repository at this point in the history
  • Loading branch information
c0fec0de committed Oct 19, 2023
1 parent a357acd commit ee06430
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/util.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ def assert_gen(genpath, refpath):

genfiles = [path.relative_to(genpath) for path in gens]
reffiles = [path.relative_to(refpath) for path in refs]
assert reffiles == genfiles
assert reffiles == genfiles, f"{reffiles} != {genfiles}"

for gen, ref in zip(gens, refs):
reftext = ref.read_text(encoding="utf-8")
Expand Down

0 comments on commit ee06430

Please sign in to comment.