Skip to content

Commit 9ec13a5

Browse files
author
Roy Lin
committed
fix(sdk): normalize Windows volume test path
Fixes #158
1 parent 5a2947c commit 9ec13a5

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

src/sdk/src/bridge/tests.rs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -502,7 +502,8 @@ async fn resource_bridge_operations_use_typed_runtime_stores() {
502502
assert_eq!(
503503
volume.result.unwrap()["mount_point"],
504504
home.path()
505-
.join("volumes/ci-cache")
505+
.join("volumes")
506+
.join("ci-cache")
506507
.to_string_lossy()
507508
.as_ref()
508509
);

0 commit comments

Comments
 (0)