Skip to content

Commit

Permalink
rm unnecessary spring boot context features from test
Browse files Browse the repository at this point in the history
  • Loading branch information
JKatzwinkel authored Aug 27, 2023
1 parent 9e565ad commit e5b7aaf
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/test/java/tla/web/model/MappingTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
import java.util.TreeSet;

import org.junit.jupiter.api.Test;
import org.springframework.boot.test.context.SpringBootTest;
import org.springframework.util.StringUtils;

import tla.domain.dto.AnnotationDto;
Expand All @@ -29,7 +28,6 @@
import tla.web.model.parts.Token;
import tla.web.model.parts.extra.AttestedTimespan;

@SpringBootTest
public class MappingTest {

@Test
Expand Down

0 comments on commit e5b7aaf

Please sign in to comment.