Skip to content

Commit eff0366

Browse files
(v2.1) count test
1 parent 068f009 commit eff0366

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/LRDTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ public function testGetDocs()
1010
{
1111
$docs = $this->lrd->getDocs();
1212

13-
$docSize = 9;
13+
$docSize = 10;
1414
$firstDoc = $docs[0];
1515
$this->assertCount($docSize, $firstDoc);
1616
$this->assertArrayHasKey('uri', $firstDoc);

0 commit comments

Comments
 (0)