diff --git a/test/nodes/core/io/23-watch_spec.js b/test/nodes/core/io/23-watch_spec.js index ac1f6dcd7..e68f7e683 100644 --- a/test/nodes/core/io/23-watch_spec.js +++ b/test/nodes/core/io/23-watch_spec.js @@ -34,10 +34,10 @@ describe('watch Node', function() { count++; return { dirToWatch:dirToWatch, - file0ToWatch:path.join(dirToWatch, "file0.txt");, - file1ToWatch:path.join(dirToWatch, "file1.txt");, - subDirToWatch:path.join(dirToWatch, "subdir");, - file2ToWatch:path.join(subDirToWatch, "file2.txt"); + file0ToWatch:path.join(dirToWatch, "file0.txt"), + file1ToWatch:path.join(dirToWatch, "file1.txt"), + subDirToWatch:path.join(dirToWatch, "subdir"), + file2ToWatch:path.join(subDirToWatch, "file2.txt") } }