Skip to content

Commit 0533d16

Browse files
committed
test fix
1 parent b4be5be commit 0533d16

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

commons-core/src/test/scala/com/avsystem/commons/rest/RestValidationTest.scala

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@ class RestValidationTest extends FunSuite {
3131
assert(failure.getMessage ==
3232
"""REST API has ambiguous paths:
3333
|GET /p may result from multiple calls:
34-
| g2
35-
| g1""".stripMargin
34+
| g1
35+
| g2""".stripMargin
3636
)
3737
}
3838

0 commit comments

Comments
 (0)