mirror of
https://github.com/nullthoughts/laravel-data-sync.git
synced 2026-02-08 14:50:43 +00:00
Update case-sensitive namespace for fakes
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
namespace distinctm\LaravelDataSync\Tests;
|
||||
|
||||
use distinctm\LaravelDataSync\Exceptions\ErrorUpdatingModelException;
|
||||
use distinctm\LaravelDataSync\Tests\Fakes\UpdaterFake;
|
||||
use distinctm\LaravelDataSync\Tests\fakes\UpdaterFake;
|
||||
use Exception;
|
||||
|
||||
class UpdaterTest extends TestCase
|
||||
|
||||
Reference in New Issue
Block a user