github.com/TrueBlocks/trueblocks-core/src/apps/chifra@v0.0.0-20241022031540-b362680128f7/pkg/config/config_integration_test.go (about) 1 //go:build integration 2 // +build integration 3 4 // Copyright 2021 The TrueBlocks Authors. All rights reserved. 5 // Use of this source code is governed by a license that can 6 // be found in the LICENSE file. 7 8 package config 9 10 import ( 11 "testing" 12 ) 13 14 func Test_ReadTrueBlocks_Integration(t *testing.T) { 15 // values := GetRootConfig() 16 // chain := values.Chains["mainnet"] 17 // if len(chain.RpcProvider) == 0 { 18 // t.Error("RpcProvider is empty") 19 // } 20 }