Skip to content

Commit

Permalink
fix failing test
Browse files Browse the repository at this point in the history
  • Loading branch information
pmhalvor committed Sep 18, 2024
1 parent fbf33f0 commit 0348b3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_search.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ def test_get_export_file(sample_element):
expected = "data/encounters/monterey_bay_50km-2024-07-08.csv"

# Act
actual = GeometrySearch()._get_export_file(start, end)
actual = GeometrySearch()._get_export_path(start, end)

# Assert
assert actual == expected
Expand Down

0 comments on commit 0348b3b

Please sign in to comment.