Skip to content

Commit

Permalink
Merge pull request toml-lang#2 from pyfisch/patch-1
Browse files Browse the repository at this point in the history
  • Loading branch information
pradyunsg authored May 24, 2020
2 parents db727d8 + 86ce26e commit 70638b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion run.py
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ def _locate_test_pairs():

for path in (here / "valid").glob("*.toml"):
json_equivalent = path.with_suffix(".json")
assert json_equivalent.exists()
assert json_equivalent.exists(), f"Missing: {json_equivalent}"
yield path, json_equivalent


Expand Down

0 comments on commit 70638b6

Please sign in to comment.