Skip to content

Commit

Permalink
fixes comments in test_vinfo
Browse files Browse the repository at this point in the history
Signed-off-by: Nishant Bansal <[email protected]>
  • Loading branch information
NishantBansal2003 committed Feb 6, 2025
1 parent cda87f2 commit bb2307f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions vector/v.info/testsuite/test_vinfo.py
Original file line number Diff line number Diff line change
Expand Up @@ -305,9 +305,9 @@ def test_json_histroy(self):
]
}

# The following fields vary depending on the Grass sample data's path,
# date, and user. Therefore, only check for their presence in the JSON output
# and not for their exact values.
# The following fields vary depending on the test data's path,
# date, and user. Therefore, only check for their presence in
# the JSON output and not for their exact values.
remove_fields = ["mapset_path", "date", "user"]
for record in result["records"]:
for field in remove_fields:
Expand Down

0 comments on commit bb2307f

Please sign in to comment.