Revert "Force a failing test"

This reverts commit 8295f677a74ce6365b6be01119cf078dbd4561a1.
This commit is contained in:
Oliver Davies 2022-01-26 13:34:26 +00:00
parent ed2f83264e
commit c715ac45e7

View file

@ -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)