We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 65a7d9f commit ab206b7Copy full SHA for ab206b7
src/test/java/org/wiremock/integrations/testcontainers/WireMockContainerRootDirTest.java
@@ -34,7 +34,7 @@ class WireMockContainerRootDirTest {
34
.withRootDir(new File("src/test/resources/root-dir"));
35
36
@Test
37
- void testThatLoadMappingFromRootDirectory() throws Exception {
+ void testThatLoadsMappingFromRootDirectory() throws Exception {
38
// given
39
String url = wiremockServer.getUrl("hello/root/dir");
40
@@ -48,7 +48,7 @@ void testThatLoadMappingFromRootDirectory() throws Exception {
48
}
49
50
51
- void testThatLoadMappingFromNestedRootDirectory() throws Exception {
+ void testThatLoadsMappingFromNestedRootDirectory() throws Exception {
52
53
String url = wiremockServer.getUrl("hello/nested/root/dir");
54
0 commit comments