Skip to content

Commit a07dd4f

Browse files
committed
minor #1065 [Store] Move DistanceCalculatorTest to Distance namespace (OskarStark)
This PR was merged into the main branch. Discussion ---------- [Store] Move `DistanceCalculatorTest` to `Distance` namespace | Q | A | ------------- | --- | Bug fix? | no | New feature? | no | Docs? | no | Issues | Forgotten in #1064 | License | MIT Commits ------- 1bbf832 [Store] Move DistanceCalculatorTest to Distance namespace
2 parents 72a72a1 + 1bbf832 commit a07dd4f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/store/tests/Bridge/Local/DistanceCalculatorTest.php renamed to src/store/tests/Distance/DistanceCalculatorTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
* file that was distributed with this source code.
1010
*/
1111

12-
namespace Symfony\AI\Store\Tests\Bridge\Local;
12+
namespace Symfony\AI\Store\Tests\Distance;
1313

1414
use PHPUnit\Framework\Attributes\DataProvider;
1515
use PHPUnit\Framework\Attributes\TestDox;

0 commit comments

Comments
 (0)