Skip to content

Commit

Permalink
Merge pull request #3180 from teythoon/justus/long-key-ids
Browse files Browse the repository at this point in the history
tests: Use long key IDs, I found another one
  • Loading branch information
cgwalters committed Feb 16, 2024
2 parents bd7663f + 9b5a373 commit 549f9d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test-gpg-verify-result.c
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ test_signature_lookup (TestFixture *fixture, gconstpointer user_data)
/* Lookup abbreviated key ID. */
signature_index = 999999;
signature_found
= ostree_gpg_verify_result_lookup (fixture->result, fingerprint + 32, &signature_index);
= ostree_gpg_verify_result_lookup (fixture->result, fingerprint + 24, &signature_index);
g_assert_true (signature_found);
g_assert_cmpint (signature_index, ==, expected_signature_index);

Expand Down

0 comments on commit 549f9d6

Please sign in to comment.