Skip to content

Commit

Permalink
Remove unused err field
Browse files Browse the repository at this point in the history
Signed-off-by: Matthew Kim <11141331+mattdeekay@users.noreply.github.com>
  • Loading branch information
mattdeekay committed Aug 4, 2023
1 parent 66b7905 commit b8c87f7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion internal/fetcher/fetcher_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ import (
type mockFetchableItem struct {
item int
wait time.Duration
err error
}

type mockOutput struct {
Expand Down

0 comments on commit b8c87f7

Please sign in to comment.