Skip to content

Commit 8fef5ad

Browse files
committed
Passing tests.
1 parent e2d1b0a commit 8fef5ad

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

catch/test/test_catch.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
PS1DR2,
2525
LONEOS,
2626
)
27-
from ..stats import update_statistics
27+
from ..stats import update_statistics, recently_added_observations
2828

2929

3030
# dummy_surveys survey parameters
@@ -523,7 +523,7 @@ def test_update_statistics(catch):
523523

524524

525525
def test_status_updates(catch: Catch):
526-
updates = catch.status_updates()
526+
updates = recently_added_observations(catch)
527527

528528
assert len(updates) == 6
529529

0 commit comments

Comments
 (0)