secur32/tests: Update for new WineHQ certificate.

Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
Alexandre Julliard 2022-06-03 21:41:38 +02:00
parent 79f68cb35f
commit 02eae36ec8

View file

@ -575,7 +575,7 @@ static void test_remote_cert(PCCERT_CONTEXT remote_cert)
cert_cnt++;
}
ok(cert_cnt == 2, "cert_cnt = %u\n", cert_cnt);
ok(cert_cnt == 3, "cert_cnt = %u\n", cert_cnt);
ok(incl_remote, "context does not contain cert itself\n");
}