diff --git a/docs/consuming_tests/blockchain_test.md b/docs/consuming_tests/blockchain_test.md index fabc0f4260..003f1fda22 100644 --- a/docs/consuming_tests/blockchain_test.md +++ b/docs/consuming_tests/blockchain_test.md @@ -14,7 +14,7 @@ A single JSON fixture file is composed of a JSON object where each key-value pai The JSON file path plus the test name are used as the unique test identifier. -## Consumption Procedure +## Consumption For each [`Fixture`](#fixture) test object in the JSON fixture file, perform the following steps: diff --git a/docs/consuming_tests/blockchain_test_hive.md b/docs/consuming_tests/blockchain_test_hive.md index 0ff33ffb5b..ddb35330a1 100644 --- a/docs/consuming_tests/blockchain_test_hive.md +++ b/docs/consuming_tests/blockchain_test_hive.md @@ -15,7 +15,7 @@ A single JSON fixture file is composed of a JSON object where each key-value pai The JSON file path plus the test name are used as the unique test identifier. -## Consumption Procedure +## Consumption For each [`HiveFixture`](#hivefixture) test object in the JSON fixture file, perform the following steps: diff --git a/docs/consuming_tests/state_test.md b/docs/consuming_tests/state_test.md index 47f63448aa..f78e21c5de 100644 --- a/docs/consuming_tests/state_test.md +++ b/docs/consuming_tests/state_test.md @@ -18,7 +18,7 @@ As opposed to other fixture formats, the state test fixture format could contain However tests generated by the `execution-spec-tests` repository do **not** use this feature, as every single test object contains only a single test vector. -## Consumption Procedure +## Consumption For each [`Fixture`](#fixture) test object in the JSON fixture file, perform the following steps: