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 00fabc9 commit a1e7ce6Copy full SHA for a1e7ce6
tmc-langs-framework/src/plugin.rs
@@ -775,7 +775,7 @@ def f():
775
776
let mut zip = ZipArchive::new(std::io::Cursor::new(zip)).unwrap();
777
let dir = MockPlugin::find_project_dir_in_zip(&mut zip).unwrap();
778
- assert_eq!(dir.as_os_str(), "dir1/dir2/dir3");
+ assert_eq!(dir, Path::new("dir1").join("dir2").join("dir3"));
779
}
780
781
#[test]
0 commit comments