Skip to content

Commit

Permalink
Fix test date to be in test data range
Browse files Browse the repository at this point in the history
  • Loading branch information
ehneilsen committed Jan 6, 2025
1 parent 2e5c071 commit 75c0a56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_timeline.py
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ class TestTimelinePlotters(TestCase):

@unittest.skip("Slow and depends on real consdb and EFD")
def test_example(self):
ui_element = asyncio.run(run_full_timeline_pipeline("2024-12-11"))
ui_element = asyncio.run(run_full_timeline_pipeline("2025-11-21"))
assert is_plottable_bokeh(ui_element)

def test_generic_plotter(self):
Expand Down

0 comments on commit 75c0a56

Please sign in to comment.