Skip to content

Commit

Permalink
fix(core): fix unit test on DocumentationGeneratorTest
Browse files Browse the repository at this point in the history
  • Loading branch information
tchiotludo committed Jan 27, 2025
1 parent 34751cf commit f8ff2e0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ void returnDoc() throws IOException {
String render = DocumentationGenerator.render(doc);

assertThat(render, containsString("Return a value for debugging purposes."));
assertThat(render, containsString("is mostly useful"));
assertThat(render, containsString("is intended for troubleshooting"));
assertThat(render, containsString("## Metrics"));
assertThat(render, containsString("### `length`\n" + "* **Type:** ==counter== "));
assertThat(render, containsString("### `duration`\n" + "* **Type:** ==timer== "));
Expand Down

0 comments on commit f8ff2e0

Please sign in to comment.