Skip to content

Commit 38eb891

Browse files
committed
Update TestServiceTests.java
1 parent 134dea7 commit 38eb891

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/AndroidClient/client/src/test/java/net/servicestack/client/TestServiceTests.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -223,7 +223,7 @@ public void test_Does_handle_ValidationException(){
223223
assertEquals("Age", status.getErrors().get(0).getFieldName());
224224

225225
assertEquals("NotEmpty", status.getErrors().get(1).errorCode);
226-
assertEquals("'Required' should not be empty.", status.getErrors().get(1).getMessage());
226+
assertEquals("'Required' must not be empty.", status.getErrors().get(1).getMessage());
227227
assertEquals("Required", status.getErrors().get(1).getFieldName());
228228

229229
assertEquals("Email", status.getErrors().get(2).errorCode);

0 commit comments

Comments
 (0)