Skip to content

Commit 9587161

Browse files
committed
Fixed test error based on starting debugging in continue mode
1 parent 6418850 commit 9587161

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/test_app.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -460,7 +460,7 @@ def check_no_error_occured():
460460

461461
check_no_error_occured()
462462

463-
assert variables.model().rowCount() == 1
463+
assert variables.model().rowCount() == 2
464464
assert number_visible_items(viewer) == 3
465465

466466
# test breakpoint
@@ -486,7 +486,7 @@ def check_no_error_occured():
486486
assert variables.model().rowCount() == 2
487487
assert number_visible_items(viewer) == 4
488488

489-
# test breakpoint without using singals
489+
# test breakpoint without using signals
490490
ev = event_loop(
491491
[
492492
lambda: (cont.triggered.emit(),),

0 commit comments

Comments
 (0)