Fix two tests

* `docCommentTemplateInSingleLineComment`: Accidentally dropped space, fixes #38651

* `codeFixCorrectReturnValue13`: Bogus test code copied
This commit is contained in:
Eli Barzilay 2020-05-20 15:47:42 -04:00
parent c52aee57c7
commit 073fb308bf
2 changed files with 1 additions and 5 deletions

View file

@ -12,7 +12,3 @@ verify.codeFixAvailable([
{ description: ts.Diagnostics.Remove_braces_from_arrow_function_body.message },
{ description: ts.Diagnostics.Remove_unused_label.message }
]);
interface A {
bar: string
}