Skip to content

Commit 502db79

Browse files
author
Helperhaps
committed
delete assert
1 parent 99699de commit 502db79

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tests/JPush/ReportPayloadTest.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,6 @@ public function testGetReceived($msg_id_0, $msg_id_1) {
4444
$this->assertTrue(is_array($body));
4545
$this->assertEquals(1, count($body));
4646
$this->assertTrue(is_array($body[0]));
47-
$this->assertEquals(5, count($body[0]));
4847
$this->assertArrayHasKey('msg_id', $body[0]);
4948

5049
$response = $this->reporter->getReceived(array($msg_id_0, $msg_id_1));

0 commit comments

Comments
 (0)