Skip to content

Commit

Permalink
fix fix desc
Browse files Browse the repository at this point in the history
  • Loading branch information
Kingwl committed Jan 9, 2020
1 parent 4c0af72 commit 98377f3
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion tests/cases/fourslash/codeFixSurmiseReturnValue_all1.ts
Expand Up @@ -59,7 +59,7 @@

verify.codeFixAll({
fixId: "fixAddReturnStatement",
fixAllDescription: "Surmise all return value",
fixAllDescription: "Correct all return expressions",
newFileContent:
`interface A {
bar: string
Expand Down
2 changes: 1 addition & 1 deletion tests/cases/fourslash/codeFixSurmiseReturnValue_all2.ts
Expand Up @@ -59,7 +59,7 @@

verify.codeFixAll({
fixId: "fixRemoveBlockBodyBrace",
fixAllDescription: "Surmise all return value",
fixAllDescription: "Correct all return expressions",
newFileContent:
`interface A {
bar: string
Expand Down
2 changes: 1 addition & 1 deletion tests/cases/fourslash/codeFixSurmiseReturnValue_all3.ts
Expand Up @@ -59,7 +59,7 @@

verify.codeFixAll({
fixId: "fixReplaceBraceWithParen",
fixAllDescription: "Surmise all return value",
fixAllDescription: "Correct all return expressions",
newFileContent:
`interface A {
bar: string
Expand Down
2 changes: 1 addition & 1 deletion tests/cases/fourslash/codeFixSurmiseReturnValue_all4.ts
Expand Up @@ -59,7 +59,7 @@

verify.codeFixAll({
fixId: "fixWrapTheBlockWithParen",
fixAllDescription: "Surmise all return value",
fixAllDescription: "Correct all return expressions",
newFileContent:
`interface A {
bar: string
Expand Down

0 comments on commit 98377f3

Please sign in to comment.