Skip to content

Commit a0e08c2

Browse files
committed
tests: adapted to nette/database changes
1 parent b132421 commit a0e08c2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/Database/active-row-related-return-type.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ function testRelated(ActiveRow $row): void
2828

2929
// Unknown table -> falls back to declared return type
3030
assertType(
31-
'Nette\Database\Table\GroupedSelection',
31+
'Nette\Database\Table\GroupedSelection<Nette\Database\Table\ActiveRow>',
3232
$row->related('unknown'),
3333
);
3434
}

0 commit comments

Comments
 (0)