Skip to content

Commit da2d463

Browse files
committed
Fix preexisting typo.
Signed-off-by: Ross Goldberg <484615+rgoldberg@users.noreply.github.com>
1 parent 747565c commit da2d463

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

Tests/ArgumentParserUnitTests/ParsableArgumentsValidationTests.swift

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -399,7 +399,7 @@ final class ParsableArgumentsValidationTests: XCTestCase {
399399
case second
400400
case other
401401
case forth
402-
case fith
402+
case fifth
403403

404404
static func name(for value: ExampleEnum) -> NameSpecification {
405405
.short
@@ -416,7 +416,7 @@ final class ParsableArgumentsValidationTests: XCTestCase {
416416
case second
417417
case other
418418
case forth
419-
case fith
419+
case fifth
420420
}
421421

422422
@Flag
@@ -449,7 +449,7 @@ final class ParsableArgumentsValidationTests: XCTestCase {
449449
case second
450450
case other
451451
case forth
452-
case fith
452+
case fifth
453453
}
454454

455455
@Flag

0 commit comments

Comments
 (0)