Skip to content

Commit 10deebe

Browse files
committed
Fix test on Windows
1 parent 97f36f0 commit 10deebe

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • crates/aether_path/src/file_path

crates/aether_path/src/file_path/tests.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ fn url(s: &str) -> Url {
66

77
#[test]
88
fn test_from_url_dispatches_by_scheme() {
9-
let file = FilePath::from_url(&url("file:///home/user/foo.R"));
9+
let file = FilePath::from_url(&url("file:///C:/Users/foo.R"));
1010
assert!(matches!(file, FilePath::File(_)));
1111

1212
let ark = FilePath::from_url(&url("ark://namespace/foo.R"));

0 commit comments

Comments
 (0)