Skip to content

Commit

Permalink
Update tests/test_emitter.py
Browse files Browse the repository at this point in the history
  • Loading branch information
BoboTiG committed Apr 24, 2023
1 parent f1593f4 commit d2b3b24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_emitter.py
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ def test_case_change(p: P, start_watching: StartWatching, expect_any_event: Expe
expect_any_event(DirModifiedEvent(p("dir1")), DirModifiedEvent(p("dir2")))

if not platform.is_windows():
e(DirModifiedEvent(p("dir1")), DirModifiedEvent(p("dir2")))
expect_any_event(DirModifiedEvent(p("dir1")), DirModifiedEvent(p("dir2")))


@pytest.mark.flaky(max_runs=5, min_passes=1, rerun_filter=rerun_filter)
Expand Down

0 comments on commit d2b3b24

Please sign in to comment.