Skip to content

Commit

Permalink
Fix test failure (#83)
Browse files Browse the repository at this point in the history
Introduced from #82
  • Loading branch information
kianmeng authored Feb 4, 2022
1 parent d1a7249 commit 7c07f41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/backends/fs_inotify_test.exs
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ defmodule FileSystem.Backends.FSInotifyTest do

assert {:ok, ['-e', 'modify', '-e', 'close_write', '-e', 'moved_to', '-e', 'moved_from', '-e', 'create',
'-e', 'delete', '-e', 'attrib', '--format', [37, 119, 1, 37, 101, 1, 37, 102],
'--quiet', '-m', '/tmp']} ==
'--quiet', '-m', '-r', '/tmp']} ==
parse_options(dirs: ["/tmp"], recursive: :unknown_value)
end
end
Expand Down

0 comments on commit 7c07f41

Please sign in to comment.