diff --git a/tests/VMTests.swift b/tests/VMTests.swift index 50961a9a..09a56e06 100644 --- a/tests/VMTests.swift +++ b/tests/VMTests.swift @@ -95,7 +95,7 @@ func testVMRunAndStop() async throws { // Test running VM let runTask = Task { - try await vm.run(noDisplay: false, sharedDirectories: [], mount: nil, vncPort: 0) + try await vm.run(noDisplay: false, sharedDirectories: [], mount: nil, vncPort: 0, recoveryMode: false) } // Give the VM time to start