Skip to content
This repository was archived by the owner on Aug 8, 2023. It is now read-only.

Commit 5db22d9

Browse files
author
Kerr Marin Miller
committed
Update example
1 parent 3af633a commit 5db22d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

swift/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ import XCTest
4343

4444
class IntegerTests: XCTestCase {
4545
func testSeven() {
46-
XCTAssertNotNil(Int.seven())
46+
XCTAssertEqual(7, Int.seven())
4747
}
4848
}
4949
```

0 commit comments

Comments
 (0)