Skip to content

Commit

Permalink
Update scheduled_checks.py (SIMPLE-AstroDB#449)
Browse files Browse the repository at this point in the history
  • Loading branch information
kelle authored Jan 4, 2024
1 parent 7449241 commit 93ab58f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/scheduled_checks.py
Original file line number Diff line number Diff line change
Expand Up @@ -66,4 +66,4 @@ def test_spectra_urls(db):
# Display broken spectra regardless if it's the number we expect or not
print(f"found {len(broken_urls)} broken spectra urls: {broken_urls}, {codes}")

assert (39 <= len(broken_urls) <= 40)
assert (4 <= len(broken_urls) <= 4)

0 comments on commit 93ab58f

Please sign in to comment.