Skip to content

Commit 365ca6a

Browse files
authored
Remove an unnecessary print statement (#233)
1 parent 06c44f5 commit 365ca6a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tests/ArgumentParserUnitTests/CompletionScriptTests.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ extension CompletionScriptTests {
5959
func testBase_Bash() throws {
6060
let script1 = try CompletionsGenerator(command: Base.self, shell: .bash)
6161
.generateCompletionScript()
62-
print(script1)
62+
6363
XCTAssertEqual(bashBaseCompletions, script1)
6464

6565
let script2 = try CompletionsGenerator(command: Base.self, shellName: "bash")

0 commit comments

Comments
 (0)