Skip to content

Commit 19d2dba

Browse files
author
Tomáš Holan
committed
Fix tests
1 parent 739fbf5 commit 19d2dba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/Cases/NetteDatabaseDataSourceTest.phpt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ final class NetteDatabaseDataSourceTest extends TestCase
4343
$structure = new Structure($connection, new DevNullStorage);
4444
$this->db = new Context($connection, $structure);
4545

46-
$factory = new Ublaboo\DataGrid\Tests\Files\XTestingDataGridFactory;
46+
$factory = new Ublaboo\DataGrid\Nette\Database\Tests\Files\XTestingDataGridFactory;
4747
$this->grid = $factory->createXTestingDataGrid();
4848
}
4949

0 commit comments

Comments
 (0)