Created
July 9, 2020 21:04
-
-
Save Kdan/f017556cff90b5944c72963cecde7915 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // When `b` returns true, `hasAnswer` should be true. | |
| func testCheckAnswerTrue() { | |
| b.validateAnswerResponse = true | |
| a.checkAnswer() | |
| XCTAssertTrue(a.hasAnswer) | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment