Skip to content

Commit

Permalink
- updated test to expect a version input
Browse files Browse the repository at this point in the history
  • Loading branch information
jskrist committed Oct 14, 2024
1 parent cf1f145 commit d5a23de
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ska_tdb/tests/test_tdb.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@

@pytest.mark.skipif(not SKA_ACCESS_REMOTELY, reason="remote access not being tested")
def test_remote_access():
assert str(get_data_path()) == "/proj/sot/ska3/flight/data/Ska.tdb"
assert str(get_data_path(10)) == "/proj/sot/ska3/flight/data/Ska.tdb/p010"


def test_msids():
tephin = msids['tephin']
Expand Down

0 comments on commit d5a23de

Please sign in to comment.