Skip to content

Commit

Permalink
Fix unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
GjjvdBurg committed Jan 4, 2025
1 parent ac9932d commit 16d4cf4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/test_ui.py
Original file line number Diff line number Diff line change
Expand Up @@ -416,6 +416,7 @@ def test_runner_1(self):
"experimental": False,
"crop": "none",
"remarkable_dir": "/",
"usb_upload": False,
},
"system": {
"gs": "gs",
Expand Down Expand Up @@ -460,6 +461,7 @@ def test_runner_2(self):
"experimental": False,
"crop": "none",
"remarkable_dir": rm_dir,
"usb_upload": False,
},
"system": {
"gs": "gs",
Expand Down

0 comments on commit 16d4cf4

Please sign in to comment.