Skip to content

Commit

Permalink
remove unused imagePath variable
Browse files Browse the repository at this point in the history
  • Loading branch information
nicholaswilde committed Apr 23, 2022
1 parent 3200782 commit 5dadb82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/cook/recipe_info_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ func TestGetImagePath(t *testing.T) {

recipeInfo.RecipePath = "testdata/Recipe3.cook"
recipeInfo.RecipeName = "Recipe3"
imagePath, err = GetImagePath(recipeInfo)
_, err = GetImagePath(recipeInfo)
require.Error(t, err)
}

Expand Down

0 comments on commit 5dadb82

Please sign in to comment.