From df02191f44a44bc643fe86f286d594183fd142f2 Mon Sep 17 00:00:00 2001 From: Marcos Lopez Gonzalez Date: Tue, 9 Apr 2024 10:58:50 +0200 Subject: [PATCH] fixed test --- .../org/gbif/vocabulary/service/VocabularyServiceTest.java | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/core/src/test/java/org/gbif/vocabulary/service/VocabularyServiceTest.java b/core/src/test/java/org/gbif/vocabulary/service/VocabularyServiceTest.java index 805da135..400092e2 100644 --- a/core/src/test/java/org/gbif/vocabulary/service/VocabularyServiceTest.java +++ b/core/src/test/java/org/gbif/vocabulary/service/VocabularyServiceTest.java @@ -23,6 +23,8 @@ import javax.validation.ConstraintViolationException; +import org.gbif.vocabulary.persistence.mappers.VocabularyReleaseMapper; + import org.junit.jupiter.api.Test; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.boot.test.mock.mockito.MockBean; @@ -45,6 +47,9 @@ public class VocabularyServiceTest extends VocabularyEntityServiceBaseTest