Skip to content

Commit

Permalink
Minor change in test
Browse files Browse the repository at this point in the history
Signed-off-by: Jan Bicker <jan.bicker@typefox.io>
  • Loading branch information
jbicker committed May 16, 2018
1 parent 7c1cc6c commit 8eb712e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ class ResultAccumulator implements SearchInWorkspaceClient {

// Create a test file relative to rootDir.
function createTestFile(filename: string, text: string) {
fs.writeFileSync(rootDir + '/' + filename, text);
fs.writeFileSync(path.join(rootDir, filename), text);
fileLines.set(filename, text.split('\n'));
}

Expand Down

0 comments on commit 8eb712e

Please sign in to comment.