Skip to content

Commit 0ea4982

Browse files
committed
feat: add arity tests
1 parent 0be8370 commit 0ea4982

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

smithy4playTest/test/TestControllerTest.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ class TestControllerTest extends PlaySpec with BaseOneAppPerSuite with FakeAppli
158158
result.awaitRight.statusCode mustBe result.awaitRight.expectedStatusCode
159159
}
160160

161-
"route to list endpoint and fail with greater thatn 4096 list elements" in {
161+
"route to list endpoint and fail with greater than 4096 list elements" in {
162162
val result = genericClient.testListOperation(TestBody(List.fill(5000)("")))
163163

164164
result.awaitLeft.statusCode mustBe 400

0 commit comments

Comments
 (0)