Skip to content

Commit

Permalink
don't need to compare actual header, only make sure it doesn't raise
Browse files Browse the repository at this point in the history
  • Loading branch information
Romain authored and juarezr committed Oct 4, 2021
1 parent 5498411 commit 8ee782e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion petl/test/io/test_json.py
Original file line number Diff line number Diff line change
Expand Up @@ -177,4 +177,4 @@ def test_fromdicts_header_does_not_raise():
{'foo': 'b', 'bar': 2},
{'foo': 'c', 'bar': 2}]
actual = fromdicts(data)
assert actual.header() == ("foo", "bar")
assert actual.header()

0 comments on commit 8ee782e

Please sign in to comment.