mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-07 20:11:23 +00:00
test(windows): normalize risky-path assertions
This commit is contained in:
@@ -50,7 +50,7 @@ describe("resolveSandboxedMediaSource", () => {
|
||||
media,
|
||||
sandboxRoot: sandboxDir,
|
||||
});
|
||||
expect(result).toBe(expected);
|
||||
expect(result).toBe(path.resolve(expected));
|
||||
});
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user