MCPcopy Create free account
hub / github.com/DeAI-Artist/Linkis / TestStateSyncConfigValidateBasic

Function TestStateSyncConfigValidateBasic

config/config_test.go:126–129  ·  view source on GitHub ↗
(t *testing.T)

Source from the content-addressed store, hash-verified

124}
125
126func TestStateSyncConfigValidateBasic(t *testing.T) {
127 cfg := TestStateSyncConfig()
128 require.NoError(t, cfg.ValidateBasic())
129}
130
131func TestFastSyncConfigValidateBasic(t *testing.T) {
132 cfg := TestFastSyncConfig()

Callers

nothing calls this directly

Calls 2

TestStateSyncConfigFunction · 0.85
ValidateBasicMethod · 0.65

Tested by

no test coverage detected