Created
June 3, 2019 06:36
-
-
Save adilw3nomad/94fc49b46e3286640e377ab582156334 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:29 $ go test | |
# github.com/adilw3nomad/GopherQuiz [github.com/adilw3nomad/GopherQuiz.test] | |
./main_test.go:6:20: too many arguments in call to CheckAnswer | |
have (string, string) | |
want () | |
./main_test.go:6:20: CheckAnswer("3", "3") used as value | |
./main_test.go:13:20: too many arguments in call to CheckAnswer | |
have (string, string) | |
want () | |
./main_test.go:13:20: CheckAnswer("3", "2") used as value | |
FAIL github.com/adilw3nomad/GopherQuiz [build failed] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment