Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Tomáš Holan committed May 19, 2017
1 parent 739fbf5 commit 19d2dba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Cases/NetteDatabaseDataSourceTest.phpt
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ final class NetteDatabaseDataSourceTest extends TestCase
$structure = new Structure($connection, new DevNullStorage);
$this->db = new Context($connection, $structure);

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

Expand Down

0 comments on commit 19d2dba

Please sign in to comment.