Skip to content

Commit

Permalink
feat(readme): fix Sonar
Browse files Browse the repository at this point in the history
  • Loading branch information
fdelbrayelle committed May 18, 2022
1 parent 7f8800e commit 1d89445
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -25,14 +25,15 @@ class ReadMeDomainServiceTest {
private ReadMeDomainService readMeDomainService;

@Test
public void shouldAddSection() {
void shouldAddSection() {
Project project = tmpProject();

readMeDomainService.addSection(
project,
"# Apache Kafka",
"""
# Apache Kafka
Description of the tasks to be launched.
"""
);
Expand Down

0 comments on commit 1d89445

Please sign in to comment.