Skip to content

Commit

Permalink
remove unnecessary code in test
Browse files Browse the repository at this point in the history
  • Loading branch information
petrasovaa committed May 7, 2024
1 parent 93601f8 commit a794202
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,6 @@ def test_parse_format_json(self):
isinstance(result, list)
and isinstance(result[0].get("easting"), (int, float))
)
result = parse_command("v.db.select", map="zipcodes", format="json")

def test_parse_format_csv(self):
reference = parse_command("v.db.select", map="zipcodes", format="json")[
Expand Down

0 comments on commit a794202

Please sign in to comment.