Skip to content

Commit

Permalink
Apply formatting rules
Browse files Browse the repository at this point in the history
  • Loading branch information
emmanuelbernard committed Nov 27, 2023
1 parent 6036c0e commit fd2eb29
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/test/java/com/lescastcodeurs/bot/ShowNotesTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,8 @@ void generateWithNotesAndConferences() {
assertContains(
rendered, "### Web\n\n[https://lescastcodeurs.com/WEB](https://lescastcodeurs.com/WEB)");
assertContains(
rendered, "### Data et Intelligence Artificielle\n\n[https://lescastcodeurs.com/DATA](https://lescastcodeurs.com/DATA)");
rendered,
"### Data et Intelligence Artificielle\n\n[https://lescastcodeurs.com/DATA](https://lescastcodeurs.com/DATA)");
assertContains(
rendered,
"### Outillage\n\n[https://lescastcodeurs.com/TOOLING](https://lescastcodeurs.com/TOOLING)");
Expand Down

0 comments on commit fd2eb29

Please sign in to comment.