Skip to content

Commit 79536f3

Browse files
committed
fix windows tests again
1 parent 06854ac commit 79536f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tmc-langs-java/src/maven.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -301,7 +301,7 @@ mod test {
301301
// initializes maven in a synchronized manner for all tests
302302
#[cfg(windows)]
303303
INIT_MAVEN.call_once(|| {
304-
MavenPlugin::get_mvn_command().expect("failed to get mvn command");
304+
MavenPlugin::new().expect("failed to instantiate maven");
305305
});
306306
}
307307

0 commit comments

Comments
 (0)