Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
AdrienWehrle committed Dec 1, 2024
1 parent 5fc9a6b commit e7a20f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_earthspy.py
Original file line number Diff line number Diff line change
Expand Up @@ -251,7 +251,7 @@ def test_set_correct_resolution(self) -> None:

r2 = self.t3.set_correct_resolution()
# check that query resolution was set correctly
assert r2 == 10
assert r2 == 11
# check that download mode was set correctly
assert isinstance(self.t3.download_mode, str)

Expand Down

0 comments on commit e7a20f4

Please sign in to comment.