Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
attiasas committed Aug 21, 2024
1 parent a32f2ba commit 6692e46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion commands/audit/sca/conan/conan_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ func TestCalculateUniqueDeps(t *testing.T) {
"1": {Name: "zlib", Version: "1.3.1"},
"2": {Name: "openssl", Version: "3.0.9"},
"3": {Name: "meson", Version: "1.4.1"},
"4": {Name: "ninja", Version: "1.11.1"},
"4": {Name: "ninja", Version: "1.12.1"},
"5": {Name: "openssl", Version: "3.0.9"}, // duplicate, should be removed
}

Expand Down

0 comments on commit 6692e46

Please sign in to comment.