Skip to content

Commit ef83fcd

Browse files
committed
fix python tests
1 parent ee370d4 commit ef83fcd

File tree

3 files changed

+1
-1
lines changed

3 files changed

+1
-1
lines changed

plugins/python3/src/plugin.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -400,7 +400,7 @@ mod test {
400400

401401
#[test]
402402
fn doesnt_find_project_dir_in_zip() {
403-
let file = File::open("tests/data/PythonWithoutInit.zip").unwrap();
403+
let file = File::open("tests/data/PythonWithoutSrc.zip").unwrap();
404404
let mut zip = ZipArchive::new(file).unwrap();
405405
let dir = Python3Plugin::find_project_dir_in_zip(&mut zip);
406406
assert!(dir.is_err());
-6 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)