Skip to content

Commit

Permalink
Update doctests
Browse files Browse the repository at this point in the history
  • Loading branch information
bjhardcastle committed Oct 15, 2023
1 parent eb8645b commit b734a0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/npc_lims/status/tracked_sessions.py
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ def get_session_info(
>>> sessions = get_session_info()
>>> sessions[0].__class__.__name__
'SessionInfo'
>>> sessions[0].is_ephys
>>> sessions[0].is_ephys # doctest: +SKIP
True
>>> any(s for s in sessions if s.date.year < 2021)
False
Expand Down

0 comments on commit b734a0c

Please sign in to comment.