MCPcopy Create free account
hub / github.com/CovenantSQL/CovenantSQL / TestParseTestNetConfig

Function TestParseTestNetConfig

conf/testnet/parameters_test.go:23–28  ·  view source on GitHub ↗
(t *testing.T)

Source from the content-addressed store, hash-verified

21)
22
23func TestParseTestNetConfig(t *testing.T) {
24 var config = GetTestNetConfig()
25 if config == nil {
26 t.Fatal("testnet config should not be nil")
27 }
28}

Callers

nothing calls this directly

Calls 2

GetTestNetConfigFunction · 0.85
FatalMethod · 0.80

Tested by

no test coverage detected