We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4be4cb9 commit 42a419fCopy full SHA for 42a419f
Tests/NoonianKitTests/Android/Commands/InstallTests.swift
@@ -20,7 +20,7 @@ class InstallTests: XCTestCase {
20
21
func testCommandForInstall() {
22
let command = install.install(adbTool: "adb", appName: appName)
23
- let expected = "adb install bin/app.apk"
+ let expected = "adb install -r bin/app.apk"
24
XCTAssertEqual(expected, command.join())
25
}
26
0 commit comments