Fix Pipenv creation file from unnecesary running of pipenv.
Co-authored-by: nilpointer <robertomartinezp@gmail.com>
This commit is contained in:
@@ -3,8 +3,8 @@ package banner
|
||||
import "testing"
|
||||
|
||||
func TestBanner(t *testing.T) {
|
||||
ban := Banner()
|
||||
if ban != "KAPOW!!!" {
|
||||
ban := Banner("0.0.0")
|
||||
if ban == "" {
|
||||
t.Errorf("Banner expected KAPOW!!!, but got %v", ban)
|
||||
t.Fail()
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user