github.com/hamba/avro/v2@v2.22.1-0.20240518180522-aff3955acf7d/avro_test.go (about)

     1  package avro_test
     2  
     3  import "github.com/hamba/avro/v2"
     4  
     5  func ConfigTeardown() {
     6  	// Reset the caches
     7  	avro.DefaultConfig = avro.Config{}.Freeze()
     8  }