Skip to content

Commit 5a914f9

Browse files
committed
test(analysis): fix test after cherry-pick
1 parent 4127fbe commit 5a914f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/analysis/src/endpoints/tests/latest_filters.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ use trustify_test_context::{TrustifyContext, subset::ContainsSubset};
2222
)]
2323
#[case( // purl q latest
2424
Req { what: What::Q("pkg:oci/quay-builder-qemu-rhcos-rhel8"), ancestors: Some(10), latest: true, ..Req::default() },
25-
1
25+
2
2626
)]
2727
#[case( // purl partial search
2828
Req { what: What::Q("purl~pkg:oci/quay-builder-qemu-rhcos-rhel8"), ancestors: Some(10), ..Req::default() },

0 commit comments

Comments
 (0)