diff --git a/tests/BuildingLocatorTest.php b/tests/BuildingLocatorTest.php index e1b0751..e28bc59 100644 --- a/tests/BuildingLocatorTest.php +++ b/tests/BuildingLocatorTest.php @@ -377,7 +377,7 @@ public function testGetResources($scheme, $file, $location, $expectedPaths): voi public function testGetResourcesWithLocationOutsideMain(): void { $expectedPaths = [ - __DIR__.'/Poolhouse/files/test.json', + Normalizer::normalizePath(__DIR__).'Poolhouse/files/test.json', $this->getBasePath().'Floors/Floor3/files/test.json', $this->getBasePath().'Floors/Floor2/files/test.json', $this->getBasePath().'Floors/Floor/files/test.json',