Skip to content

Commit

Permalink
drop bogus test
Browse files Browse the repository at this point in the history
  • Loading branch information
ehneilsen committed Jan 6, 2025
1 parent 4bbcbed commit 37ec68b
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions tests/test_nightreport.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
import unittest.mock

import astropy.utils.iers
import bokeh.models
import requests.models

import schedview.collect.nightreport
Expand Down Expand Up @@ -134,7 +133,3 @@ def test_narrative_message_html(self):
def test_scrolling_narrative_messages_html(self):
text = schedview.plot.nightreport.scrolling_narrative_messages_html(MOCK_NARRATIVE_RESPONSE)
assert isinstance(text, str)

def test_make_timeline_scatterplots(self):
ui_element = schedview.plot.timeline.make_timeline_scatterplots(MOCK_NARRATIVE_RESPONSE)
assert isinstance(ui_element, bokeh.models.UIElement)

0 comments on commit 37ec68b

Please sign in to comment.