diff --git a/application/tests/Unit/Entity/Source/Complex/UserSourceTest.php b/application/tests/Unit/Entity/Source/Complex/UserSourceTest.php index f8e4e6a..08f798e 100644 --- a/application/tests/Unit/Entity/Source/Complex/UserSourceTest.php +++ b/application/tests/Unit/Entity/Source/Complex/UserSourceTest.php @@ -22,7 +22,7 @@ class UserSourceTest extends TestCase public function testConstructor(): void { - $this->assertInstanceOf(Collection::class, $this->userSource->getMemberships()); + $this->assertInstanceOf(Collection::class, $this->userSource->getMemberRelation()->getMemberships()); } public function testHasPersonIdentitySource(): void