MCPcopy Create free account
hub / github.com/assembla/cony / TestBackoff

Function TestBackoff

client_test.go:155–162  ·  view source on GitHub ↗
(t *testing.T)

Source from the content-addressed store, hash-verified

153}
154
155func TestBackoff(t *testing.T) {
156 c := &Client{}
157 Backoff(DefaultBackoff)(c)
158
159 if c.bo == nil {
160 t.Error("should set backoff")
161 }
162}

Callers

nothing calls this directly

Calls 1

BackoffFunction · 0.85

Tested by

no test coverage detected