diff options
Diffstat (limited to 'js/dispatch_json_test.ts')
-rw-r--r-- | js/dispatch_json_test.ts | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/js/dispatch_json_test.ts b/js/dispatch_json_test.ts index 47e5cef2f..11dadc620 100644 --- a/js/dispatch_json_test.ts +++ b/js/dispatch_json_test.ts @@ -2,9 +2,9 @@ import { testPerm, assertMatch, unreachable } from "./test_util.ts"; const openErrorStackPattern = new RegExp( `^.* - at unwrapResponse \\(js\\/dispatch_json\\.ts:.*\\) - at sendAsync.* \\(js\\/dispatch_json\\.ts:.*\\) - at async Object\\.open \\(js\\/files\\.ts:.*\\).*$`, + at unwrapResponse \\(.*dispatch_json\\.ts:.*\\) + at Object.sendAsync \\(.*dispatch_json\\.ts:.*\\) + at async Object\\.open \\(.*files\\.ts:.*\\).*$`, "ms" ); |