Skip to content

Commit e98c3bb

Browse files
authored
fixed typos
1 parent 3dc8ba2 commit e98c3bb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/test/java/com/amihaiemil/docker/RtSwarmTestCase.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ public void forcedLeave() throws Exception {
5858
"{}"
5959
),
6060
new Condition(
61-
"Request method should be GET",
61+
"Request method should be POST",
6262
req -> "POST".equals(req.getRequestLine().getMethod())
6363
),
6464
new Condition(
@@ -85,7 +85,7 @@ public void leavesWithoutForce() throws Exception {
8585
"{}"
8686
),
8787
new Condition(
88-
"Request method should be GET",
88+
"Request method should be POST",
8989
req -> "POST".equals(req.getRequestLine().getMethod())
9090
),
9191
new Condition(

0 commit comments

Comments
 (0)