Skip to content

Commit 8c21ad1

Browse files
committed
Fix create source test case
1 parent eae45e9 commit 8c21ad1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Tests/FairToolTests/FairCommandTests.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,7 @@ final class FairCommandTests: XCTestCase {
220220
// }
221221

222222
func testSourceCreateCommand() async throws {
223-
let args = ["--token", "Tune-Out", "--version", "1.0.2"]
223+
let args = ["--token", "Tune-Out", "--version", "1.0.2", "--no-upload", "--no-overwrite"]
224224
let result = try await runTool(SourceCommand.configuration, SourceCommand.CreateCommand.configuration, args: Array(args))
225225

226226
let output = result.output.joined()

0 commit comments

Comments
 (0)