Skip to content

Commit a9db367

Browse files
committed
fix import
1 parent 81bd62e commit a9db367

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

srv/src/test/java/my/bookshop/GenreHierarchyTest.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77

88
import java.net.URI;
99

10+
import org.junit.jupiter.api.Disabled;
1011
import org.junit.jupiter.api.Test;
1112
import org.springframework.beans.factory.annotation.Autowired;
1213
import org.springframework.boot.test.autoconfigure.web.servlet.AutoConfigureMockMvc;
@@ -195,7 +196,7 @@ void testFilterNotExpanded() throws Exception {
195196
.andExpect(jsonPath("$.value[1]").doesNotExist());
196197
}
197198

198-
@Ignore
199+
@Disabled
199200
@Test
200201
@WithMockUser(username = "admin")
201202
void testFilterExpandLevels() throws Exception {

0 commit comments

Comments
 (0)