Skip to content

Commit

Permalink
remove commented code
Browse files Browse the repository at this point in the history
  • Loading branch information
onprem committed Dec 24, 2020
1 parent 3fb9dff commit 0dc1843
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions pkg/furnace/queue_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -76,12 +76,10 @@ func TestGetItems(t *testing.T) {
cases := []struct {
name string
input []Package
// want []Package
}{
{
name: "a few items in the queue",
input: defaultPackages,
// want: defaultPackages,
},
{
name: "zero items in the queue",
Expand Down

0 comments on commit 0dc1843

Please sign in to comment.