Skip to content

Commit 9f9cd66

Browse files
committed
remove unused inv
1 parent 698d885 commit 9f9cd66

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/inventory/instructions_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ func TestGenerateInstructions(t *testing.T) {
4040
{
4141
ID: "test",
4242
Description: "Test toolset",
43-
InstructionsFunc: func(inv *Inventory) string {
43+
InstructionsFunc: func(_ *Inventory) string {
4444
return "Test instructions"
4545
},
4646
},

0 commit comments

Comments
 (0)