Skip to content

Commit 875c7be

Browse files
authored
Fix test
1 parent 9a9be4d commit 875c7be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/php/Gomoob/Pushwoosh/Model/Notification/ChromeTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ public function testJsonSerialize()
8989
->setDuration(120)
9090
->jsonSerialize();
9191

92-
$this->assertCount(4, $array);
92+
$this->assertCount(5, $array);
9393
$this->assertSame(3600, $array['chrome_gcm_ttl']);
9494
$this->assertSame('icon', $array['chrome_icon']);
9595
$this->assertSame('Title', $array['chrome_title']);

0 commit comments

Comments
 (0)