Skip to content

Commit bbd414d

Browse files
committed
misfixed the test
1 parent 73a3240 commit bbd414d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_background_events.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ def test_background_events(
3838
expect(heading).to_have_text("0 /")
3939

4040
start_button.click()
41-
expect(heading).to_have_text("10 /")
41+
expect(heading).to_have_text("9 /")
4242
reset_button.click()
4343
expect(heading).to_have_text("0 /")
4444
expect(heading).to_have_text("10 /")

0 commit comments

Comments
 (0)