diff --git a/web/func_equal_test.go b/web/func_equal_test.go index daf8d9a..9080a5a 100644 --- a/web/func_equal_test.go +++ b/web/func_equal_test.go @@ -79,6 +79,6 @@ func TestFuncEqual(t *testing.T) { t.Errorf("h and j should not have been equal") } if !funcEqual(a, k) { - t.Errorf("a and k should not have been equal") + t.Errorf("a and k should have been equal") } }