MCPcopy Index your code
hub / github.com/git-lfs/git-lfs / TestRetryCounterDefaultsToFixedRetries

Function TestRetryCounterDefaultsToFixedRetries

tq/transfer_queue_test.go:18–21  ·  view source on GitHub ↗
(t *testing.T)

Source from the content-addressed store, hash-verified

16}
17
18func TestRetryCounterDefaultsToFixedRetries(t *testing.T) {
19 rc := newRetryCounter()
20 assert.Equal(t, 8, rc.MaxRetries)
21}
22
23func TestRetryCounterDefaultsToFixedRetryDelay(t *testing.T) {
24 rc := newRetryCounter()

Callers

nothing calls this directly

Calls 2

newRetryCounterFunction · 0.85
EqualMethod · 0.45

Tested by

no test coverage detected