MCPcopy Create free account
hub / github.com/akash-network/node / defaultTestParams

Function defaultTestParams

x/bme/keeper/keeper_test.go:15–22  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

13)
14
15func defaultTestParams() types.Params {
16 return types.Params{
17 CircuitBreakerWarnThreshold: 9500, // 0.95
18 CircuitBreakerHaltThreshold: 9000, // 0.90
19 MinEpochBlocks: 10,
20 EpochBlocksBackoffPercent: 10, // 10%
21 }
22}
23
24func TestCalculateBlocksDiff_AtOrAboveWarnThreshold(t *testing.T) {
25 params := defaultTestParams()

Calls

no outgoing calls

Tested by

no test coverage detected