Skip to content

Commit

Permalink
Remove test check for SDSS_DR13_PhotoObj
Browse files Browse the repository at this point in the history
  • Loading branch information
albireox committed Feb 14, 2024
1 parent c6c4003 commit 1123196
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions tests/test_database.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,11 +41,6 @@ def test_connect_to_database_fails():


def test_models_exist():
assert catalogdb.SDSS_DR13_PhotoObj.table_exists()
assert catalogdb.CatalogToSDSS_DR13_PhotoObj_Primary.table_exists() # type: ignore
assert catalogdb.SDSS_DR13_PhotoObj.select().count() > 1
assert catalogdb.CatalogToSDSS_DR13_PhotoObj_Primary.select().count() > 1 # type: ignore

assert catalogdb.Gaia_DR3.table_exists()
assert catalogdb.CatalogToGaia_DR3.table_exists() # type: ignore
assert catalogdb.Gaia_DR3.select().count() > 1
Expand Down

0 comments on commit 1123196

Please sign in to comment.