Skip to content

Commit

Permalink
fix: delete unncessary code
Browse files Browse the repository at this point in the history
Signed-off-by: hlts2 <[email protected]>
  • Loading branch information
hlts2 committed Jul 6, 2020
1 parent 6b1ef79 commit 8b526b3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion internal/singleflight/singleflight_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,6 @@ func Test_group_Do(t *testing.T) {
want want
checkFunc func(want, interface{}, bool, error) error
beforeFunc func(Group, args)
execFunc func(*testing.T, Group)
afterFunc func(args)
}
defaultCheckFunc := func(w want, gotV interface{}, gotShared bool, err error) error {
Expand Down

0 comments on commit 8b526b3

Please sign in to comment.