Skip to content

Commit b850b3b

Browse files
author
Benjamin Lichtman
committed
Update test name
1 parent b484370 commit b850b3b

File tree

3 files changed

+1
-1
lines changed

3 files changed

+1
-1
lines changed

src/testRunner/unittests/convertToAsyncFunction.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -489,7 +489,7 @@ function [#|f|]() {
489489
}
490490
`
491491
);
492-
_testConvertToAsyncFunction("convertToAsyncFunction_NoCatch", `
492+
_testConvertToAsyncFunction("convertToAsyncFunction_NoCatchHandler", `
493493
function [#|f|]() {
494494
return fetch('https://typescriptlang.org').then(x => x.statusText).catch(undefined);
495495
}

0 commit comments

Comments
 (0)