Skip to content

Commit 71e42ba

Browse files
committed
Fix test
1 parent 090ce81 commit 71e42ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/testRunner/unittests/tsserver/projectReferenceErrors.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ fnErr();
149149
{ line: 4, offset: 5 },
150150
{ line: 4, offset: 10 },
151151
Diagnostics.Module_0_has_no_exported_member_1,
152-
[`"../dependency/fns"`, "fnErr"],
152+
[`"../decls/fns"`, "fnErr"],
153153
"error",
154154
)
155155
],

0 commit comments

Comments
 (0)