Skip to content

Commit 2dd71e0

Browse files
author
zhengbli
committed
Fix fourslash test
1 parent b1e688c commit 2dd71e0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/harness/fourslash.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1884,7 +1884,7 @@ module FourSlash {
18841884
);
18851885
assert.equal(
18861886
expected.join(","),
1887-
actual.fileNameList.map( file => {
1887+
actual.fileNames.map( file => {
18881888
return file.replace(this.basePath + "/", "");
18891889
}).join(",")
18901890
);

0 commit comments

Comments
 (0)