Skip to content

Commit

Permalink
Update PluginTest.php
Browse files Browse the repository at this point in the history
  • Loading branch information
nhirokinet authored and phil-davis committed Dec 2, 2021
1 parent f9ef926 commit 73cccc4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Sabre/DAV/Sync/PluginTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,7 @@ public function testSubsequentSyncSyncCollectionLimit()
);

$responses = $multiStatus->getResponses();
$this->assertEquals(2, count($responses), 'We expected exactly 1 {DAV:}response');
$this->assertEquals(2, count($responses), 'We expected exactly 2 {DAV:}responses');

$response = $responses[0];

Expand Down

0 comments on commit 73cccc4

Please sign in to comment.