Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
23
func
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
GetTestNetConfig
Function · 0.85
Fatal
Method · 0.80
Tested by
no test coverage detected