Skip to content

Commit

Permalink
failing tests fix
Browse files Browse the repository at this point in the history
  • Loading branch information
HasanAlrimawi committed Sep 12, 2024
1 parent 574182e commit 65268bb
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion tests/specs/test/recursive_permissions_pledge/main.out
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ var set and include the backtrace in your report.

Platform: [WILDCARD]
Version: [WILDCARD]
Args: ["[WILDCARD]deno[WILDCARD]", "test", "main.js"]
Args: ["[WILDCARD]", "test", "main.js"]

thread 'tokio-runtime-worker' panicked at cli\ops\testing.rs:[WILDCARD]:
pledge test permissions called before restoring previous pledge
Expand Down
12 changes: 6 additions & 6 deletions tests/specs/test/shuffle_with_seed/main.out
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Check [WILDCARD]/test/shuffle/bar_test.ts
Check [WILDCARD]/test/shuffle/baz_test.ts
Check [WILDCARD]/test/shuffle/foo_test.ts
running 10 tests from [WILDCARD]/test/shuffle/foo_test.ts
Check [WILDCARD]/test/shuffle_with_seed/shuffle/bar_test.ts
Check [WILDCARD]/test/shuffle_with_seed/shuffle/baz_test.ts
Check [WILDCARD]/test/shuffle_with_seed/shuffle/foo_test.ts
running 10 tests from [WILDCARD]shuffle/foo_test.ts
test 3 ... ok ([WILDCARD])
test 2 ... ok ([WILDCARD])
test 7 ... ok ([WILDCARD])
Expand All @@ -12,7 +12,7 @@ test 9 ... ok ([WILDCARD])
test 4 ... ok ([WILDCARD])
test 6 ... ok ([WILDCARD])
test 1 ... ok ([WILDCARD])
running 10 tests from [WILDCARD]/test/shuffle/baz_test.ts
running 10 tests from [WILDCARD]shuffle/baz_test.ts
test 3 ... ok ([WILDCARD])
test 2 ... ok ([WILDCARD])
test 7 ... ok ([WILDCARD])
Expand All @@ -23,7 +23,7 @@ test 9 ... ok ([WILDCARD])
test 4 ... ok ([WILDCARD])
test 6 ... ok ([WILDCARD])
test 1 ... ok ([WILDCARD])
running 10 tests from [WILDCARD]/test/shuffle/bar_test.ts
running 10 tests from [WILDCARD]shuffle/bar_test.ts
test 3 ... ok ([WILDCARD])
test 2 ... ok ([WILDCARD])
test 7 ... ok ([WILDCARD])
Expand Down

0 comments on commit 65268bb

Please sign in to comment.