fixed checkstyle issue?
This commit is contained in:
parent
a4ec14bfb0
commit
2d9af65f28
1 changed files with 1 additions and 1 deletions
|
|
@ -11,7 +11,7 @@ import static org.junit.jupiter.api.Assertions.*;
|
||||||
class RecipeTest {
|
class RecipeTest {
|
||||||
|
|
||||||
Recipe recipe;
|
Recipe recipe;
|
||||||
final Long RECIPE_ID = 1L;
|
static final Long RECIPE_ID = 1L;
|
||||||
|
|
||||||
@BeforeEach
|
@BeforeEach
|
||||||
void setupRecipe() {
|
void setupRecipe() {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue