MCPcopy Create free account
hub / github.com/Mnexa-AI/e2a / defaultsForTest

Function defaultsForTest

internal/limits/limits_test.go:64–72  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

62}
63
64func defaultsForTest() Defaults {
65 return Defaults{
66 PlanCode: "default",
67 MaxAgents: 5,
68 MaxDomains: 2,
69 MaxMessagesMonth: 100,
70 MaxStorageBytes: 10_000,
71 }
72}
73
74func TestEnforcer_GetFallsBackToDefaultsWhenNoRow(t *testing.T) {
75 store := &fakeStore{found: false}

Calls

no outgoing calls

Tested by

no test coverage detected