adding commment.
This commit is contained in:
parent
ae8c77f43b
commit
1aa7125ca4
|
@ -12,6 +12,7 @@ import (
|
|||
"github.com/stretchr/testify/assert"
|
||||
)
|
||||
|
||||
// TestRetryPolicies is used to test retry policies
|
||||
func TestRetryPolicies(t *testing.T) {
|
||||
t.Run("set with no options", func(t *testing.T) {
|
||||
counter := 0
|
||||
|
|
Loading…
Reference in New Issue