Skip to content

Commit 39863b0

Browse files
committed
Fix linting
1 parent 1ca2881 commit 39863b0

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

source/open-telemetry/tests/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ createEntities:
2020
enableCommandPayload: true
2121
```
2222
23-
These tests require the ability to collect tracing [spans](../open-telemetry.md#span) data in a structured form as
24-
described in the
23+
These tests require the ability to collect tracing [spans](../open-telemetry.md) data in a structured form as described
24+
in the
2525
[Unified Test Format specification.expectTracingMessages](../../unified-test-format/unified-test-format.md#expectTracingMessages).
2626
For example the Java driver uses [Micrometer](https://jira.mongodb.org/browse/JAVA-5732) to collect tracing spans.
2727

source/unified-test-format/unified-test-format.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -785,8 +785,8 @@ The structure of this object is as follows:
785785

786786
<span id="expectTracingMessages"></span>
787787

788-
- `expectTracingMessages`: Optional object that defines expected tracing
789-
[spans](../open-telemetry/open-telemetry.md#span) for a test. The structure of this object is as follows:
788+
- `expectTracingMessages`: Optional object that defines expected tracing [spans](../open-telemetry/open-telemetry.md)
789+
for a test. The structure of this object is as follows:
790790

791791
- `client`: Required string. The ID of the client entity associated with these tracing spans.
792792

0 commit comments

Comments
 (0)