Created
June 3, 2019 06:36
-
-
Save adilw3nomad/a501c4f066fa1041ec1edf625a244809 to your computer and use it in GitHub Desktop.
This file contains 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
shell | |
06:47 $ go test | |
--- FAIL: TestCheckCorrectAnswer (0.00s) | |
main_test.go:8: CheckCorrectAnswer = ; want 'Correct! Well Done' | |
--- FAIL: TestCheckIncorrectAnswer (0.00s) | |
main_test.go:15: CheckIncorrectAnswer = ; want 'WRONG! Answer is: 2' | |
FAIL | |
exit status 1 | |
FAIL github.com/adilw3nomad/GopherQuiz 0.005s |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment