summaryrefslogtreecommitdiffstats
path: root/tests/unit/Service/Social/TelegramProviderTest.php
diff options
context:
space:
mode:
Diffstat (limited to 'tests/unit/Service/Social/TelegramProviderTest.php')
-rw-r--r--tests/unit/Service/Social/TelegramProviderTest.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/unit/Service/Social/TelegramProviderTest.php b/tests/unit/Service/Social/TelegramProviderTest.php
index 666158bb..3b0dded5 100644
--- a/tests/unit/Service/Social/TelegramProviderTest.php
+++ b/tests/unit/Service/Social/TelegramProviderTest.php
@@ -24,10 +24,10 @@
namespace OCA\Contacts\Service\Social;
+use ChristophWurst\Nextcloud\Testing\TestCase;
use OCP\Http\Client\IClient;
-use OCP\Http\Client\IResponse;
use OCP\Http\Client\IClientService;
-use ChristophWurst\Nextcloud\Testing\TestCase;
+use OCP\Http\Client\IResponse;
use PHPUnit\Framework\MockObject\MockObject;
use Psr\Log\LoggerInterface;