Skip to content
This repository has been archived by the owner on Nov 3, 2021. It is now read-only.

Commit

Permalink
Apparently variables have to exist to use them
Browse files Browse the repository at this point in the history
  • Loading branch information
arcrose committed Aug 2, 2019
1 parent 986d8b2 commit 5d80815
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/alerts/geomodel/test_locality.py
Expand Up @@ -261,7 +261,7 @@ def test_remove_outdated_removes_old_localities(self):
radius=50)
]

new_localities = locality.remove_outdated(test_state, 5)
new_localities = locality.remove_outdated(test_localities, 5)

assert len(test_localities) == 2
assert len(new_localities) == 1
Expand Down

0 comments on commit 5d80815

Please sign in to comment.