Skip to content

Commit

Permalink
refactor
Browse files Browse the repository at this point in the history
  • Loading branch information
mrsmrynk committed Nov 12, 2023
1 parent 1107260 commit 373ca8e
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions src/utils/tests/test_coordinator.py
Original file line number Diff line number Diff line change
Expand Up @@ -92,9 +92,9 @@ def test_filter_cached_coordinates_no_cached_tiles_dir(test_input,


@pytest.mark.parametrize('test_input, expected', parameters_filter_cached_coordinates_empty_cached_tiles_dir)
def test_filter_cached_coordinates_empty_tiles_dir(test_input,
expected,
output_dir_path_empty_cached_tiles_dir):
def test_filter_cached_coordinates_empty_cached_tiles_dir(test_input,
expected,
output_dir_path_empty_cached_tiles_dir):
"""
| Tests filter_cached_coordinates() with different coordinates.
| The cached_tiles directory is empty.
Expand All @@ -116,9 +116,9 @@ def test_filter_cached_coordinates_empty_tiles_dir(test_input,


@pytest.mark.parametrize('test_input, expected', parameters_filter_cached_coordinates_not_empty_cached_tiles_dir)
def test_filter_cached_coordinates_not_empty_tiles_dir(test_input,
expected,
output_dir_path_not_empty_cached_tiles_dir):
def test_filter_cached_coordinates_not_empty_cached_tiles_dir(test_input,
expected,
output_dir_path_not_empty_cached_tiles_dir):
"""
| Tests filter_cached_coordinates() with different coordinates.
| The cached_tiles directory is not empty.
Expand Down

0 comments on commit 373ca8e

Please sign in to comment.