Skip to content

Commit

Permalink
Add missing key to tests
Browse files Browse the repository at this point in the history
  • Loading branch information
maxnoe committed May 22, 2020
1 parent 6514f7b commit 0863e57
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/simtel/test_simtelfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ def test_show_event_is_not_empty_and_has_some_members_for_sure():
'photoelectron_sums',
'photoelectrons',
'photons',
'emitter',
'camera_monitorings',
'laser_calibrations',
}
Expand Down Expand Up @@ -132,7 +133,7 @@ def test_iterate_mc_events():
assert event.keys() == {
'event_id',
'mc_shower', 'mc_event',
'photoelectrons', 'photons',
'photoelectrons', 'photons', 'emitter',
}
assert counter == expected

Expand Down

0 comments on commit 0863e57

Please sign in to comment.