fixed checkstyle issue?

This commit is contained in:
Oskar Rasieński 2025-11-21 20:25:12 +01:00 committed by Steven Liu
commit 2d9af65f28

View file

@ -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() {