Skip to content

Commit

Permalink
fix: deleted unnecessary test case
Browse files Browse the repository at this point in the history
Signed-off-by: hlts2 <hiroto.funakoshi.hiroto@gmail.com>
  • Loading branch information
hlts2 committed Jun 10, 2020
1 parent d51229d commit fcc2081
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions internal/log/retry/retry_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -149,13 +149,6 @@ func Test_retry_Out(t *testing.T) {
}
}(),

{
name: "returns nothing when fn is nil",
checkFunc: func() error {
return nil
},
},

func() test {
err := errors.New("error")
fn := func(vals ...interface{}) error {
Expand Down Expand Up @@ -303,13 +296,6 @@ func Test_retry_Outf(t *testing.T) {
}
}(),

{
name: "returns nothing when fn is nil",
checkFunc: func() error {
return nil
},
},

func() test {
err := errors.New("error")
fn := func(format string, vals ...interface{}) error {
Expand Down

0 comments on commit fcc2081

Please sign in to comment.