Closed bkielbasa closed 4 years ago
I'm talking about this file https://github.com/go-bdd/gobdd/blob/master/fmt.go and all occurrences of the printErrorf function. It should be replaced with t.Error or t.Fatal calls
printErrorf
t.Error
t.Fatal
I can work on this issue. Can you assign me?
thanks!
I'm talking about this file https://github.com/go-bdd/gobdd/blob/master/fmt.go and all occurrences of the
printErrorf
function. It should be replaced witht.Error
ort.Fatal
calls