Skip to content

Commit 7d28d29

Browse files
刘斌刘斌
authored andcommitted
do not ask me
1 parent acc278b commit 7d28d29

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

library/src/androidTest/java/com/qiniu/android/HttpTest.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ public void testPost1() throws Throwable {
4747
"hello".getBytes(), null, null, new CompletionHandler() {
4848
@Override
4949
public void complete(ResponseInfo rinfo, JSONObject response) {
50+
Assert.assertNotNull(rinfo);
5051
Log.d("qiniutest", rinfo.toString());
5152
info = rinfo;
5253
signal.countDown();

0 commit comments

Comments
 (0)