Update test name

This commit is contained in:
Benjamin Lichtman
2018-09-18 10:26:12 -07:00
parent b484370dcc
commit b850b3b88f
3 changed files with 1 additions and 1 deletions
@@ -489,7 +489,7 @@ function [#|f|]() {
}
`
);
_testConvertToAsyncFunction("convertToAsyncFunction_NoCatch", `
_testConvertToAsyncFunction("convertToAsyncFunction_NoCatchHandler", `
function [#|f|]() {
return fetch('https://typescriptlang.org').then(x => x.statusText).catch(undefined);
}