Skip to content

Commit 3f5c0b8

Browse files
committed
Fix existing test
1 parent 46482e1 commit 3f5c0b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/cases/fourslash/completionListBuilderLocations_Modules.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,5 @@
77

88
verify.completions(
99
{ marker: "moduleName1", exact: completion.globals, isNewIdentifierLocation: true },
10-
{ marker: "moduleName2", exact: undefined },
10+
{ marker: "moduleName2", exact: [], isNewIdentifierLocation: true },
1111
);

0 commit comments

Comments
 (0)