Skip to content

Commit 614854e

Browse files
linting
1 parent 11c6f3a commit 614854e

3 files changed

Lines changed: 3 additions & 5 deletions

File tree

tests/e2e/Adapter/Scopes/Relationships/ManyToManyTests.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@
55
use Exception;
66
use Utopia\Database\Database;
77
use Utopia\Database\Document;
8+
use Utopia\Database\Exception\Restricted as RestrictedException;
89
use Utopia\Database\Helpers\ID;
910
use Utopia\Database\Helpers\Permission;
1011
use Utopia\Database\Helpers\Role;
1112
use Utopia\Database\Query;
12-
use Utopia\Database\Exception\Restricted as RestrictedException;
1313

1414
trait ManyToManyTests
1515
{

tests/e2e/Adapter/Scopes/Relationships/ManyToOneTests.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,11 @@
55
use Exception;
66
use Utopia\Database\Database;
77
use Utopia\Database\Document;
8+
use Utopia\Database\Exception\Restricted as RestrictedException;
89
use Utopia\Database\Helpers\ID;
910
use Utopia\Database\Helpers\Permission;
1011
use Utopia\Database\Helpers\Role;
1112
use Utopia\Database\Query;
12-
use Utopia\Database\Exception\Restricted as RestrictedException;
13-
1413

1514
trait ManyToOneTests
1615
{

tests/e2e/Adapter/Scopes/Relationships/OneToManyTests.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,11 @@
55
use Exception;
66
use Utopia\Database\Database;
77
use Utopia\Database\Document;
8+
use Utopia\Database\Exception\Restricted as RestrictedException;
89
use Utopia\Database\Helpers\ID;
910
use Utopia\Database\Helpers\Permission;
1011
use Utopia\Database\Helpers\Role;
1112
use Utopia\Database\Query;
12-
use Utopia\Database\Exception\Restricted as RestrictedException;
13-
1413

1514
trait OneToManyTests
1615
{

0 commit comments

Comments
 (0)