Skip to content

Commit e51def6

Browse files
committed
Remove extra completions from test
1 parent 3e23961 commit e51def6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/cases/fourslash/stringLiteralCompletionsFromGenericConditionalTypesUsingTemplateLiteralTypes.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,5 +31,5 @@
3131
//// const shallowExpression = parse("foo|/*ts*/")
3232
//// const nestedExpression = parse({ prop: "foo|/*ts2*/" })
3333

34-
verify.completions({ marker: ["ts"], exact: ["foo", "bar", "baz", "foo|foo", "foo|bar", "foo|baz"] });
34+
verify.completions({ marker: ["ts"], exact: ["foo|foo", "foo|bar", "foo|baz"] });
3535
verify.completions({ marker: ["ts2"], exact: ["foo|foo", "foo|bar", "foo|baz"] });

0 commit comments

Comments
 (0)