diff --git a/peekaboo-cli/Tests/peekabooTests/ImageCommandTests.swift b/peekaboo-cli/Tests/peekabooTests/ImageCommandTests.swift index dbf357a..2dcc252 100644 --- a/peekaboo-cli/Tests/peekabooTests/ImageCommandTests.swift +++ b/peekaboo-cli/Tests/peekabooTests/ImageCommandTests.swift @@ -88,7 +88,7 @@ final class ImageCommandTests: XCTestCase { let command = try ImageCommand.parse([ "--screen-index", "0" ]) - + XCTAssertEqual(command.screenIndex, 0) }