Skip to content

Commit e02797a

Browse files
committed
fix: Bad document name in test
1 parent 71b2965 commit e02797a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/unit/DocumentTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ public function testGetPageSizeByIndex(): void
5555
public function testPageSizeIterator()
5656
{
5757
$layout = [];
58-
$notice = $this->loadDocument('yolo');
58+
$notice = $this->loadDocument('notice');
5959
foreach ($notice->pageSizeIterator() as $size) {
6060
$layout[] = [
6161
'width' => (int)$size->width,

0 commit comments

Comments
 (0)