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 {
|
||||
|
||||
Recipe recipe;
|
||||
final Long RECIPE_ID = 1L;
|
||||
static final Long RECIPE_ID = 1L;
|
||||
|
||||
@BeforeEach
|
||||
void setupRecipe() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue