github.com/MetalBlockchain/metalgo@v1.11.9/vms/platformvm/main_test.go (about) 1 // Copyright (C) 2019-2024, Ava Labs, Inc. All rights reserved. 2 // See the file LICENSE for licensing terms. 3 4 package platformvm 5 6 import ( 7 "testing" 8 9 "go.uber.org/goleak" 10 ) 11 12 func TestMain(m *testing.M) { 13 goleak.VerifyTestMain(m) 14 }