diff options
Diffstat (limited to 'cli/tests/unit_node/_fs/_fs_access_test.ts')
-rw-r--r-- | cli/tests/unit_node/_fs/_fs_access_test.ts | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/cli/tests/unit_node/_fs/_fs_access_test.ts b/cli/tests/unit_node/_fs/_fs_access_test.ts index 6239f17cb..5b5b7f34d 100644 --- a/cli/tests/unit_node/_fs/_fs_access_test.ts +++ b/cli/tests/unit_node/_fs/_fs_access_test.ts @@ -1,9 +1,6 @@ // Copyright 2018-2024 the Deno authors. All rights reserved. MIT license. import * as fs from "node:fs"; -import { - assertRejects, - assertThrows, -} from "../../../../test_util/std/assert/mod.ts"; +import { assertRejects, assertThrows } from "@test_util/std/assert/mod.ts"; Deno.test( "[node/fs.access] Uses the owner permission when the user is the owner", |