improve error msg

pull/5487/head
Marcin Niemira 2019-09-29 22:55:40 +10:00
parent b4a647464b
commit a4da6a3e05
No known key found for this signature in database
GPG Key ID: 5395D4A81A3FA475
1 changed files with 1 additions and 1 deletions

View File

@ -36,7 +36,7 @@ import (
func TestMaybePrintUpdateTextFromGithub(t *testing.T) {
if MaybePrintUpdateTextFromGithub() {
t.Fatal("MaybePrintUpdateTextFromGithub() expected to return true, bot got false")
t.Fatal("MaybePrintUpdateTextFromGithub() expected to return false for basic setup, bot got true")
}
}