Skip to content

Commit

Permalink
refactor: format file
Browse files Browse the repository at this point in the history
  • Loading branch information
G-Rath committed Jan 15, 2025
1 parent 291c659 commit 0771c5a
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ func TestExtractor_Extract(t *testing.T) {
InputConfig: extracttest.ScanInputMockConfig{
Path: "testdata/bad-tuple.json5",
},
WantErr: extracttest.ContainsErrStr{Str: "could not extract 'wrappy-bad1' from"},
WantErr: extracttest.ContainsErrStr{Str: "could not extract 'wrappy-bad1' from"},
WantInventory: []*extractor.Inventory{
{
Name: "wrappy",
Expand All @@ -156,7 +156,7 @@ func TestExtractor_Extract(t *testing.T) {
InputConfig: extracttest.ScanInputMockConfig{
Path: "testdata/bad-tuple.json5",
},
WantErr: extracttest.ContainsErrStr{Str: "could not extract 'wrappy-bad2' from"},
WantErr: extracttest.ContainsErrStr{Str: "could not extract 'wrappy-bad2' from"},
WantInventory: []*extractor.Inventory{
{
Name: "wrappy",
Expand Down

0 comments on commit 0771c5a

Please sign in to comment.