We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 698d885 commit 9f9cd66Copy full SHA for 9f9cd66
pkg/inventory/instructions_test.go
@@ -40,7 +40,7 @@ func TestGenerateInstructions(t *testing.T) {
40
{
41
ID: "test",
42
Description: "Test toolset",
43
- InstructionsFunc: func(inv *Inventory) string {
+ InstructionsFunc: func(_ *Inventory) string {
44
return "Test instructions"
45
},
46
0 commit comments