Skip to content

Commit

Permalink
Updated test of event_end_units
Browse files Browse the repository at this point in the history
  • Loading branch information
AndreaNegro953 committed Nov 23, 2023
1 parent 1515a86 commit 22a6a05
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions tests/test_units.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,10 @@ def test_new_field():


def test_event_end_units():

assert all([f.unit is None for f in event_end_fields])

for version in event_end_fields:

assert all([f.unit is None for f in event_end_fields[version]])


def test_run_end_units():
Expand Down

0 comments on commit 22a6a05

Please sign in to comment.