Skip to content

Commit

Permalink
Add newline around fenced codeblock
Browse files Browse the repository at this point in the history
  • Loading branch information
p-offtermatt committed Jul 23, 2024
1 parent 99ee1a2 commit e2eed4e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions TESTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ To run integration tests against your own consumer/provider implementations, use

A list of test scenarios covered by integration tests can be found in [scripts/test_doc/test_documentation.md](scripts/test_doc/test_documentation.md).
When adding an integration test, write a brief description as a docstring in the Golang code in this schema:

```go
// This is a test that tests foo and bar.
// @Long Description@
Expand Down

0 comments on commit e2eed4e

Please sign in to comment.