From 7d595a7091e20f8000a9372f47e4c23122b5ea62 Mon Sep 17 00:00:00 2001 From: Alex Stokes Date: Thu, 28 Mar 2024 07:48:52 -0600 Subject: [PATCH] Update single_merkle_proof.md Typo in file name suggesting the wrong format --- tests/formats/light_client/single_merkle_proof.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/formats/light_client/single_merkle_proof.md b/tests/formats/light_client/single_merkle_proof.md index d2137605ea..0cb4cd0d0c 100644 --- a/tests/formats/light_client/single_merkle_proof.md +++ b/tests/formats/light_client/single_merkle_proof.md @@ -7,7 +7,7 @@ generation and verification of merkle proofs based on static data. Tests for each individual SSZ type are grouped into a `suite` indicating the SSZ type name. -### `object.yaml` +### `object.ssz_snappy` A SSZ-snappy encoded object from which other data is generated. The SSZ type can be determined from the test `suite` name.