Skip to content

Commit

Permalink
removed debug tests
Browse files Browse the repository at this point in the history
  • Loading branch information
tylerapritchard committed Feb 2, 2024
1 parent e7a3b2e commit c1713bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_search.py
Original file line number Diff line number Diff line change
Expand Up @@ -642,4 +642,4 @@ def test_customize_search_result_display_case_nonexistent_column():

# Should return the same results if searching by TIC or TOI number
# (Note this is not true for objects with neighbors within .0001 arcsec)
assert len(search.search_timeseries('TOI 700').table) == len(search.search_timeseries('TIC 150428135').table)
#assert len(search.search_timeseries('TOI 700').table) == len(search.search_timeseries('TIC 150428135').table)

0 comments on commit c1713bc

Please sign in to comment.