Skip to content

Commit d4138b2

Browse files
fix: update namespace case in PHP SDK tests to match class definition (#733)
Co-authored-by: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com> Co-authored-by: Max Prilutskiy <maks.prilutskiy@gmail.com>
1 parent e0bff52 commit d4138b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

php/sdk/tests/LingoDotDevEngineTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
use GuzzleHttp\Handler\MockHandler;
1616
use GuzzleHttp\HandlerStack;
1717
use GuzzleHttp\Psr7\Response;
18-
use Lingodotdev\Sdk\LingoDotDevEngine;
18+
use LingoDotDev\Sdk\LingoDotDevEngine;
1919
use PHPUnit\Framework\TestCase;
2020
use ReflectionClass;
2121

0 commit comments

Comments
 (0)