cleanup + fix 1 ArchTest

This commit is contained in:
Michael Hoennig 2024-06-14 10:07:25 +02:00
parent d7b7d91392
commit 24811661d4
3 changed files with 2 additions and 2 deletions

View File

@ -88,7 +88,6 @@ public class HsBookingItemEntity implements Stringifyable, RbacObject {
@ManyToOne
@JoinColumn(name = "parentitemuuid")
// @Transient
private HsBookingItemEntity parentItem;
@Column(name = "type")

View File

@ -51,6 +51,7 @@ public class ArchitectureTest {
"..hs.office.person",
"..hs.office.relation",
"..hs.office.sepamandate",
"..hs.booking.debitor",
"..hs.booking.project",
"..hs.booking.item",
"..hs.booking.item.validators",

View File

@ -4,7 +4,7 @@ import org.junit.jupiter.api.Test;
import static org.assertj.core.api.Assertions.assertThat;
class HsBookingDebitorEntityTest {
class HsBookingDebitorEntityUnitTest {
@Test
void toStringContainsDebitorNumberAndDefaultPrefix() {