Force a failing test
This commit is contained in:
parent
fe111fc657
commit
ed2f83264e
|
@ -4,7 +4,7 @@ import "testing"
|
|||
|
||||
func TestHello(t *testing.T) {
|
||||
got := Hello("Oliver")
|
||||
want := "Hello, Oliver"
|
||||
want := "Hello, failure"
|
||||
|
||||
if got != want {
|
||||
t.Errorf("got %q want %q", got, want)
|
||||
|
|
Loading…
Reference in a new issue