Skip to content

Commit

Permalink
fix ut
Browse files Browse the repository at this point in the history
  • Loading branch information
beyondkmp committed Sep 13, 2024
1 parent 3a504c8 commit 09af3bb
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file modified app-builder.exe
Binary file not shown.
2 changes: 1 addition & 1 deletion pkg/node-modules/nodeModuleCollector_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -101,5 +101,5 @@ func TestReadDependencyTreeForTar(t *testing.T) {

g.Expect(collector.HoiestDependencyMap["tar"].dir).To(Equal(filepath.Join(dir, "node_modules/tar")))
g.Expect(collector.HoiestDependencyMap["minipass"].Version).To(Equal("7.1.2"))
g.Expect(collector.HoiestDependencyMap["tar"].conflictDependency["ansi-regex"].Version).To(Equal("6.1.0"))
g.Expect(collector.HoiestDependencyMap["tar"].conflictDependency["ansi-regex"].Version).To(Equal("5.0.1"))
}

0 comments on commit 09af3bb

Please sign in to comment.