mirror of
https://github.com/graphql-hive/console
synced 2026-04-25 16:37:16 +00:00
13 lines
250 B
Go
13 lines
250 B
Go
// Code generated by mdatagen. DO NOT EDIT.
|
|
|
|
package hiveauthextension
|
|
|
|
import (
|
|
"testing"
|
|
|
|
"go.uber.org/goleak"
|
|
)
|
|
|
|
func TestMain(m *testing.M) {
|
|
goleak.VerifyTestMain(m, goleak.IgnoreTopFunction("github.com/patrickmn/go-cache.(*janitor).Run"))
|
|
}
|