Skip to content

Commit 42a419f

Browse files
committed
Fix test.
1 parent 4be4cb9 commit 42a419f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tests/NoonianKitTests/Android/Commands/InstallTests.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ class InstallTests: XCTestCase {
2020

2121
func testCommandForInstall() {
2222
let command = install.install(adbTool: "adb", appName: appName)
23-
let expected = "adb install bin/app.apk"
23+
let expected = "adb install -r bin/app.apk"
2424
XCTAssertEqual(expected, command.join())
2525
}
2626
}

0 commit comments

Comments
 (0)