Skip to content

Commit

Permalink
Fix calibrate test
Browse files Browse the repository at this point in the history
  • Loading branch information
Abogical committed Apr 2, 2024
1 parent cd6d87a commit 604eb99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ def get_image(self):

def capture(self):
time.sleep(2/time_speed)
mock_filename = MockCameraFile('', datetime.datetime.now().isoformat())
mock_filename = MockCameraFile('', f'{datetime.datetime.now().isoformat()}.nef')
self.mock_storage[mock_filename] = self.get_image()
return mock_filename

Expand Down

0 comments on commit 604eb99

Please # to comment.