1
0

we should always get a fun hat

This commit is contained in:
2020-12-08 15:35:40 +01:00
parent 53d01e04fe
commit dc41c5c49c
2 changed files with 24 additions and 13 deletions

View File

@ -48,10 +48,14 @@ func TestGetHelpMessage(t *testing.T) {
}
}
// it's just hats, what else is there to check
// it's just hats, what else is there to check beside if the string isn't empty
func TestGetHatMessage(t *testing.T) {
var hats string = getHatMessage()
if len(hats) <= 0 {
t.Fail()
}
}
func TestGetTalkbackMessage(t *testing.T) {
return
}