We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0be8370 commit 0ea4982Copy full SHA for 0ea4982
smithy4playTest/test/TestControllerTest.scala
@@ -158,7 +158,7 @@ class TestControllerTest extends PlaySpec with BaseOneAppPerSuite with FakeAppli
158
result.awaitRight.statusCode mustBe result.awaitRight.expectedStatusCode
159
}
160
161
- "route to list endpoint and fail with greater thatn 4096 list elements" in {
+ "route to list endpoint and fail with greater than 4096 list elements" in {
162
val result = genericClient.testListOperation(TestBody(List.fill(5000)("")))
163
164
result.awaitLeft.statusCode mustBe 400
0 commit comments