we should always get a fun hat
This commit is contained in:
@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user