We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 50c6fb7 commit e807fd2Copy full SHA for e807fd2
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