Skip to content

Commit ab206b7

Browse files
committed
Add negative tests for custom root dir
1 parent 65a7d9f commit ab206b7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/test/java/org/wiremock/integrations/testcontainers/WireMockContainerRootDirTest.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ class WireMockContainerRootDirTest {
3434
.withRootDir(new File("src/test/resources/root-dir"));
3535

3636
@Test
37-
void testThatLoadMappingFromRootDirectory() throws Exception {
37+
void testThatLoadsMappingFromRootDirectory() throws Exception {
3838
// given
3939
String url = wiremockServer.getUrl("hello/root/dir");
4040

@@ -48,7 +48,7 @@ void testThatLoadMappingFromRootDirectory() throws Exception {
4848
}
4949

5050
@Test
51-
void testThatLoadMappingFromNestedRootDirectory() throws Exception {
51+
void testThatLoadsMappingFromNestedRootDirectory() throws Exception {
5252
// given
5353
String url = wiremockServer.getUrl("hello/nested/root/dir");
5454

0 commit comments

Comments
 (0)