Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
attiasas committed Jan 31, 2024
1 parent f47214b commit d732045
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils/coreutils/techutils_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ func TestMapFilesToRelevantWorkingDirectories(t *testing.T) {
paths: []string{filepath.Join("dir", "package.json"), filepath.Join("dir", ".yarn")},
requestedDescriptors: noRequest,
expectedWorkingDir: map[string][]string{"dir": {filepath.Join("dir", "package.json"), filepath.Join("dir", ".yarn")}},
expectedExcluded: map[string][]Technology{"dir": {Npm}},
expectedExcluded: map[string][]Technology{"dir": {Npm, Pnpm}},
},
{
name: "golangTest",
Expand Down

0 comments on commit d732045

Please sign in to comment.