Skip to content

Commit

Permalink
Add missing assert in camera test
Browse files Browse the repository at this point in the history
  • Loading branch information
maxnoe committed Feb 27, 2019
1 parent 6eac0a1 commit 1e78bae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ctapipe/instrument/tests/test_camera.py
Original file line number Diff line number Diff line change
Expand Up @@ -194,4 +194,4 @@ def test_hashing():
cam2 = CameraGeometry.from_name("LSTCam")
cam3 = CameraGeometry.from_name("ASTRICam")

len(set([cam1, cam2, cam3])) == 2
assert len(set([cam1, cam2, cam3])) == 2

0 comments on commit 1e78bae

Please sign in to comment.