From ce3bd6e96795d7360f26c1d4d1606175a1f99e18 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ville=20Skytt=C3=A4?= Date: Fri, 18 Aug 2023 19:50:20 +0300 Subject: [PATCH] test: remove unused `testGroup` --- schema_test.go | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/schema_test.go b/schema_test.go index 8647cd4..eabb1c4 100644 --- a/schema_test.go +++ b/schema_test.go @@ -177,17 +177,6 @@ func TestExtra(t *testing.T) { }) } -type testGroup struct { - Description string - Schema json.RawMessage - Tests []struct { - Description string - Data json.RawMessage - Valid bool - Skip *string - } -} - func TestMain(m *testing.M) { server1 := &http.Server{Addr: "localhost:1234", Handler: http.FileServer(http.Dir("testdata/JSON-Schema-Test-Suite/remotes"))} go func() {