Skip to content

Commit 4badcbe

Browse files
committed
fix(warnings): Silence warning for unused reference in .md file
1 parent 0d5ed6d commit 4badcbe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/running_tests/test_formats/blockchain_test_sync.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ The test works by:
1515
3. Having the sync client synchronize from the client under test.
1616
4. Verifying that both clients reach the same final state.
1717

18-
A single JSON fixture file is composed of a JSON object where each key-value pair is a different [`SyncFixture`](#syncfixture) test object, with the key string representing the test name.
18+
A single JSON fixture file is composed of a JSON object where each key-value pair is a different [`HiveFixture`](#hivefixture) test object, with the key string representing the test name.
1919

2020
The JSON file path plus the test name are used as the unique test identifier, as well as a `{client under test}::sync_{sync client}` identifier.
2121

0 commit comments

Comments
 (0)