Skip to content

Instantly share code, notes, and snippets.

@adilw3nomad
Created June 3, 2019 06:36
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save adilw3nomad/a501c4f066fa1041ec1edf625a244809 to your computer and use it in GitHub Desktop.
Save adilw3nomad/a501c4f066fa1041ec1edf625a244809 to your computer and use it in GitHub Desktop.
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