Skip to content
Snippets Groups Projects
Commit 1151e7b5 authored by Mikhail Glushenkov's avatar Mikhail Glushenkov
Browse files

Merge pull request #3154 from grayjay/file-monitor-test

Fix glob in file monitor unit test
parents 7b92877c d74e18b3
No related branches found
No related tags found
No related merge requests found
......@@ -241,7 +241,7 @@ testGlobNoChange =
updateMonitor root monitor [monitorFileGlob "dir/good-*"] () ()
(res, files) <- expectMonitorUnchanged root monitor ()
res @?= ()
files @?= [monitorFileGlob ("dir" </> "good-*")]
files @?= [monitorFileGlob "dir/good-*"]
testGlobAddMatch :: Assertion
testGlobAddMatch =
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment