Skip to content

Commit 4d57c8c

Browse files
committed
Fix failing math example test
1 parent 4d2be90 commit 4d57c8c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tests/ExampleTests/MathExampleTests.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ final class MathExampleTests: XCTestCase {
102102
AssertExecuteCommand(
103103
command: "math --foo",
104104
expected: """
105-
Error: Unexpected argument '--foo'
105+
Error: Unknown option '--foo'
106106
Usage: math add [--hex-output] [<values> ...]
107107
""",
108108
shouldError: true)

0 commit comments

Comments
 (0)