Skip to content

Commit

Permalink
get tests to pass
Browse files Browse the repository at this point in the history
  • Loading branch information
penguinland committed Feb 12, 2025
1 parent 5e93b2d commit c22b4be
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/test_motiondetector.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ def getMD(self):
md = MotionDetector("test")
md.sensitivity = 0.9
md.min_box_size = 1000
md.max_box_size = None
md.cam_name = "test"
md.camera = FakeCamera("test")
return md
Expand Down

0 comments on commit c22b4be

Please sign in to comment.