Skip to content

Commit

Permalink
♻️ fix
Browse files Browse the repository at this point in the history
Signed-off-by: vankichi <kyukawa315@gmail.com>
  • Loading branch information
vankichi committed Jul 6, 2020
1 parent 1c205c6 commit eac3fc5
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions internal/log/mock/retry_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,6 @@ func TestRetry_Out(t *testing.T) {
},
}
},
want: want{},
checkFunc: func(w want) error {
if cnt != 1 {
return errors.Errorf("cnt got = %d, want = %d", cnt, 1)
Expand Down Expand Up @@ -171,7 +170,6 @@ func TestRetry_Outf(t *testing.T) {
},
}
},
want: want{},
checkFunc: func(w want) error {
if cnt != 1 {
return errors.Errorf("cnt got = %d, want = %d", cnt, 1)
Expand Down

0 comments on commit eac3fc5

Please sign in to comment.