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