Commit 5f8b0b8d authored by sky's avatar sky

修改预期查询结果数

parent 44cc50ab
......@@ -87,6 +87,6 @@ public class LinkQueryServiceTestCase extends AbstractTestCase {
final JSONObject result = linkQueryService.getLinks(paginationRequest);
Assert.assertNotNull(result);
Assert.assertEquals(result.getJSONArray(Link.LINKS).length(), 1);
Assert.assertEquals(result.getJSONArray(Link.LINKS).length(), 2);
}
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment