Skip to content

Commit 553689c

Browse files
committed
fix break in conan test
1 parent 02606ba commit 553689c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sca/bom/buildinfo/technologies/conan/conan_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ var expectedResult = &xrayUtils.GraphNode{
1818
Nodes: []*xrayUtils.GraphNode{
1919
{Id: "conan://zlib:1.3.1"},
2020
{Id: "conan://openssl:3.0.9", Nodes: []*xrayUtils.GraphNode{{Id: "conan://zlib:1.3.1"}}},
21-
{Id: "conan://meson:1.4.1", Nodes: []*xrayUtils.GraphNode{{Id: "conan://ninja:1.12.1"}}},
21+
{Id: "conan://meson:1.4.1", Nodes: []*xrayUtils.GraphNode{{Id: "conan://ninja:1.13.0"}}},
2222
},
2323
}
2424
var expectedUniqueDeps = []string{"conan://openssl:3.0.9", "conan://zlib:1.3.1", "conan://meson:1.4.1", "conan://ninja:1.12.1"}

0 commit comments

Comments
 (0)