Merge pull request #18514 from amcasey/BrokenExtractTest

Fix broken test
This commit is contained in:
Andrew Casey 2017-09-15 14:03:54 -07:00 committed by GitHub
commit 9b92bd30d3

View File

@ -410,7 +410,7 @@ function test(x: number) {
"Statement or expression expected."
]);
testExtractRangeFailed("extract-method-not-for-token-expression-statement", `[#|a|]`, ["Select more than a single token."]);
testExtractRangeFailed("extract-method-not-for-token-expression-statement", `[#|a|]`, ["Select more than a single identifier."]);
testExtractMethod("extractMethod1",
`namespace A {