We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 97f36f0 commit 10deebeCopy full SHA for 10deebe
1 file changed
crates/aether_path/src/file_path/tests.rs
@@ -6,7 +6,7 @@ fn url(s: &str) -> Url {
6
7
#[test]
8
fn test_from_url_dispatches_by_scheme() {
9
- let file = FilePath::from_url(&url("file:///home/user/foo.R"));
+ let file = FilePath::from_url(&url("file:///C:/Users/foo.R"));
10
assert!(matches!(file, FilePath::File(_)));
11
12
let ark = FilePath::from_url(&url("ark://namespace/foo.R"));
0 commit comments