diff options
Diffstat (limited to 'std/async/mux_async_iterator_test.ts')
-rw-r--r-- | std/async/mux_async_iterator_test.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/std/async/mux_async_iterator_test.ts b/std/async/mux_async_iterator_test.ts index 5ca28903b..7977e4f56 100644 --- a/std/async/mux_async_iterator_test.ts +++ b/std/async/mux_async_iterator_test.ts @@ -47,7 +47,7 @@ Deno.test({ } }, Error, - "something went wrong" + "something went wrong", ); }, }); |