Skip to content

Commit

Permalink
fix: rename wasm tests executed by test-client.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
dlachaume committed Feb 22, 2024
1 parent 17afb2c commit 8dd301f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mithril-client-wasm/www-test/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ if (aggregator_capabilities.includes("CardanoTransactions")) {

let proof_certificate;
test_number++;
await run_test("proof verify_certificate_chain", test_number, async () => {
await run_test("proof_verify_certificate_chain", test_number, async () => {
proof_certificate = await client.verify_certificate_chain(
ctx_proof.certificate_hash
);
Expand All @@ -185,7 +185,7 @@ if (aggregator_capabilities.includes("CardanoTransactions")) {
);

test_number++;
await run_test("proof verify_message_match_certificate", test_number, async () => {
await run_test("proof_verify_message_match_certificate", test_number, async () => {
const valid_stake_distribution_message =
await client.verify_message_match_certificate(
ctx_proof_message,
Expand Down

0 comments on commit 8dd301f

Please sign in to comment.