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.
2 parents 2a0bfdc + 3490642 commit 22951a0Copy full SHA for 22951a0
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