Skip to content

Commit c55bdf2

Browse files
Fix unit tests
1 parent 9176bfb commit c55bdf2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

utest/application/test_restartutil.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,8 @@ def my_ask(title, message, frame=None, no_default=False):
4444
self.RESULT = True
4545
result = restart_dialog()
4646
time.sleep(2)
47-
assert result is False # OK when running with invoke test-ci
48-
# assert result is True # OK running in IDE or with invoke on real system
47+
# assert result is False # OK when running with invoke test-ci
48+
assert result is True # OK running in IDE or with invoke on real system
4949
self.RESULT = False
5050
result = restart_dialog()
5151
time.sleep(2)

0 commit comments

Comments
 (0)