Skip to content

Commit

Permalink
nit
Browse files Browse the repository at this point in the history
  • Loading branch information
marioevz committed Jan 22, 2024
1 parent bdbe88d commit 51fd03e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/consuming_tests/blockchain_test.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand Down
2 changes: 1 addition & 1 deletion docs/consuming_tests/blockchain_test_hive.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.


Check failure on line 17 in docs/consuming_tests/blockchain_test_hive.md

View workflow job for this annotation

GitHub Actions / build (ubuntu-latest, 3.10, 0.8.20, main, tox)

Multiple consecutive blank lines

docs/consuming_tests/blockchain_test_hive.md:17 MD012/no-multiple-blanks Multiple consecutive blank lines [Expected: 1; Actual: 2] https://github.com/DavidAnson/markdownlint/blob/v0.29.0/doc/md012.md
## Consumption Procedure
## Consumption

For each [`HiveFixture`](#hivefixture) test object in the JSON fixture file, perform the following steps:

Check failure on line 20 in docs/consuming_tests/blockchain_test_hive.md

View workflow job for this annotation

GitHub Actions / build (ubuntu-latest, 3.10, 0.8.20, main, tox)

Link fragments should be valid

docs/consuming_tests/blockchain_test_hive.md:20:10 MD051/link-fragments Link fragments should be valid [Context: "[`HiveFixture`](#hivefixture)"] https://github.com/DavidAnson/markdownlint/blob/v0.29.0/doc/md051.md

Expand Down
2 changes: 1 addition & 1 deletion docs/consuming_tests/state_test.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand Down

0 comments on commit 51fd03e

Please sign in to comment.