diff options
author | Bartek IwaĆczuk <biwanczuk@gmail.com> | 2024-09-20 14:14:02 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-09-20 13:14:02 +0000 |
commit | 471a15ecfffff009d24a684dda47a42aa71001d7 (patch) | |
tree | 7777a844e22ab2e9195c34183633ae06f592aed0 /tests | |
parent | a92ebd95a120def1ac24815a893ee2063f519b31 (diff) |
test: make specs::test::doc_success less flaky (#25765)
Missed this line in https://github.com/denoland/deno/pull/25726
Diffstat (limited to 'tests')
-rw-r--r-- | tests/specs/test/doc_success/main.out | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/specs/test/doc_success/main.out b/tests/specs/test/doc_success/main.out index 40ae568f8..0eb8db49a 100644 --- a/tests/specs/test/doc_success/main.out +++ b/tests/specs/test/doc_success/main.out @@ -15,5 +15,5 @@ running 1 test from ./main.ts$26-31.tsx running 1 test from ./main.ts$42-47.ts [WILDCARD]/main.ts$42-47.ts ... ok ([WILDCARD]s) -ok | 5 passed | 0 failed ([WILDCARD]ms) +ok | 5 passed | 0 failed ([WILDCARD]s) |