Skip to content

Commit ed77c7c

Browse files
committed
Update existing test
1 parent 179d1cb commit ed77c7c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/cases/fourslash/server/nodeNextPathCompletions.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,6 @@
3838

3939
verify.baselineCompletions();
4040
edit.insert("dependency/");
41-
verify.completions({ exact: ["lol", "dir/"], isNewIdentifierLocation: true });
41+
verify.completions({ exact: ["lol", "dir"], isNewIdentifierLocation: true });
4242
edit.insert("l");
4343
verify.completions({ exact: ["lol"], isNewIdentifierLocation: true });

0 commit comments

Comments
 (0)