Skip to content

Commit

Permalink
test: remove unused testGroup
Browse files Browse the repository at this point in the history
  • Loading branch information
scop authored and santhosh-tekuri committed Aug 21, 2023
1 parent 1ee9aef commit ce3bd6e
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions schema_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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() {
Expand Down

0 comments on commit ce3bd6e

Please sign in to comment.