Skip to content

Commit

Permalink
test(core): DocumentationGeneratorTest, deprecated message
Browse files Browse the repository at this point in the history
  • Loading branch information
Skraye committed Mar 7, 2024
1 parent 68ded87 commit bd93612
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ void echo() throws IOException {
String render = DocumentationGenerator.render(doc);

assertThat(render, containsString("Echo"));
assertThat(render, containsString(" Deprecated"));
assertThat(render, containsString("\uD83D\uDD12 Deprecated"));
}

@Test
Expand Down

0 comments on commit bd93612

Please sign in to comment.