We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2a0bfdc commit 3490642Copy full SHA for 3490642
schema/spec_test.go
@@ -51,6 +51,7 @@ func validate(t *testing.T, name string) {
51
if err != nil {
52
t.Fatal(err)
53
}
54
+ defer m.Close()
55
56
examples, err := extractExamples(m)
57
0 commit comments