Skip to content

Commit

Permalink
More date changes
Browse files Browse the repository at this point in the history
  • Loading branch information
ehneilsen committed Jan 6, 2025
1 parent 75c0a56 commit 4bbcbed
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/test_timeline.py
Original file line number Diff line number Diff line change
Expand Up @@ -177,12 +177,12 @@ def test_visit_timeline_plotter(self):
assert is_plottable_bokeh(plotter.plot)

def test_sun_timeline_plotter(self):
events = night_events(DayObs.from_date("2025-01-01").date)
events = night_events(DayObs.from_date("2025-11-21").date)
plotter = SunTimelinePlotter(events)
assert is_plottable_bokeh(plotter.plot)

def test_model_sky_timeline_plotter(self):
median_model_sky = get_median_model_sky(DayObs.from_date("2025-01-01"))
median_model_sky = get_median_model_sky(DayObs.from_date("2025-11-21"))
plotter = ModelSkyTimelinePlotter(median_model_sky)
assert is_plottable_bokeh(plotter.plot)

Expand Down

0 comments on commit 4bbcbed

Please sign in to comment.