Skip to content

Commit 9f280d7

Browse files
dm3Vadim Platonov
andauthored
Fix watcher test for OSX (#139)
For some reason a part of the watcher test for OSX which has been commented out before is working now. Tested on OSX 15, Apple M1 Pull request: #139 Co-authored-by: Vadim Platonov <[email protected]>
1 parent e90a6ca commit 9f280d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

os/watch/test/src/WatchTests.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ object WatchTests extends TestSuite with TestSuite.Retries {
127127
case "Linux" => Set(os.sub / "newlink3")
128128
case "Mac OS X" =>
129129
Set(
130-
//os.sub / "newlink3",
130+
os.sub / "newlink3",
131131
os.sub / "folder3" / "nestedA",
132132
os.sub / "folder3" / "nestedA" / "a.txt"
133133
)

0 commit comments

Comments
 (0)