Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Meldiron committed Jan 24, 2024
1 parent 8ce9213 commit f55b13d
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 25 deletions.
40 changes: 20 additions & 20 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions src/Database/Validator/Query/Filter.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@
use Utopia\Database\Document;
use Utopia\Database\Query;
use Utopia\Database\Validator\Datetime as DatetimeValidator;
use Utopia\Validator\Boolean;
use Utopia\Validator\FloatValidator;
use Utopia\Validator\Integer;
use Utopia\Validator\Text;
use Utopia\Http\Validator\Boolean;
use Utopia\Http\Validator\FloatValidator;
use Utopia\Http\Validator\Integer;
use Utopia\Http\Validator\Text;

class Filter extends Base
{
Expand Down
1 change: 0 additions & 1 deletion tests/e2e/Adapter/Base.php
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@
use Utopia\Database\Validator\Index;
use Utopia\Database\Validator\Structure;
use Utopia\Http\Validator\Range;
use Utopia\Database\Exception\Structure as StructureException;

abstract class Base extends TestCase
{
Expand Down

0 comments on commit f55b13d

Please sign in to comment.