Fix broken test

This commit is contained in:
Andrew Casey 2017-09-15 13:58:49 -07:00
parent 47b61ac18c
commit 7ba140445d

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 {