Remove unnecessary semicolon in OwnerControllerTests

This commit is contained in:
ykmxxi 2024-03-28 16:31:55 +09:00
parent 516722647a
commit 4362df972a

View file

@ -84,7 +84,7 @@ class OwnerControllerTests {
george.addPet(max);
max.setId(1);
return george;
};
}
@BeforeEach
void setup() {