Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
clecat committed Sep 24, 2024
1 parent f244041 commit 1b70dc1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/test.ml
Original file line number Diff line number Diff line change
Expand Up @@ -88,8 +88,8 @@ let poll ~fs ~mkdir:m i () =

let last_expected, expected1, expected2 =
( expected,
Eio.Path.(native_exn @@ (tmpdir / "barx")),
Eio.Path.(native_exn @@ (tmpdir / "bar")))
Eio.Path.(native_exn @@ (tmpdir / "bar")),
Eio.Path.(native_exn @@ (tmpdir / "barx")))
in
move ~fs "bar" "barx";
wait_and_check_event "move bar (bar)" expected1 last_expected;
Expand Down

0 comments on commit 1b70dc1

Please sign in to comment.