Skip to content

Commit 746b9c6

Browse files
fix auth tests
1 parent 4829b48 commit 746b9c6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/Appwrite/Auth/Auth.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
namespace Appwrite\Auth;
44

55
use Utopia\Database\Document;
6-
use Appwrite\Database\Validator\Authorization;
6+
use Utopia\Database\Validator\Authorization;
77

88
class Auth
99
{

tests/unit/Auth/AuthTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
use Appwrite\Auth\Auth;
66
use Utopia\Database\Document;
7-
use Appwrite\Database\Validator\Authorization;
7+
use Utopia\Database\Validator\Authorization;
88
use PHPUnit\Framework\TestCase;
99

1010
class AuthTest extends TestCase

0 commit comments

Comments
 (0)