Skip to content

Commit

Permalink
fixed checkstyle issues
Browse files Browse the repository at this point in the history
  • Loading branch information
luk14n committed Oct 30, 2023
1 parent eaf727e commit 4b9b0ea
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
import core.basesyntax.db.Storage;
import core.basesyntax.service.ReportGeneratorService;
import org.junit.jupiter.api.AfterEach;
import org.junit.jupiter.api.Assertions;
import org.junit.jupiter.api.BeforeAll;
import org.junit.jupiter.api.Test;

Expand Down Expand Up @@ -40,4 +39,4 @@ void generate_nonEmptyMap_Ok() {
+ "melon,30" + System.lineSeparator();
assertEquals(expected, reportGenerator.generate());
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -46,4 +46,4 @@ public void get_purchaseWithInsufficientQuantity_NotOk() {
int newQuantity = fruitDao.getQuantity(fruitName);
Assertions.assertEquals(newQuantity, initialQuantity);
}
}
}

0 comments on commit 4b9b0ea

Please sign in to comment.