mirror of
https://github.com/denoland/deno.git
synced 2024-11-22 04:51:22 +00:00
fix erroneous assert (#4608)
This commit is contained in:
parent
6f9c78979d
commit
a5fc505edb
@ -255,7 +255,7 @@ testWalk(
|
||||
await symlink(d + "/b", d + "/a/bb");
|
||||
} catch (err) {
|
||||
assert(isWindows);
|
||||
assert(err.message, "Not implemented");
|
||||
assertEquals(err.message, "Not implemented");
|
||||
}
|
||||
},
|
||||
async function symlink(): Promise<void> {
|
||||
|
Loading…
Reference in New Issue
Block a user