Skip to content

Commit 467dc18

Browse files
author
Anthony CAPELLI
committed
phpcs
1 parent 4f66043 commit 467dc18

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

tests/Integration/Resource/OrganizationsTest.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -78,9 +78,9 @@ public function testOrganizations(): void
7878
$updatedOrganization = new Organization(
7979
name: 'updated-organization',
8080
domains: new OrganizationDomainCollection([
81-
new OrganizationDomain('foo.bar.updated', true),
82-
new OrganizationDomain('bar.foo.updated', false),
83-
]),
81+
new OrganizationDomain('foo.bar.updated', true),
82+
new OrganizationDomain('bar.foo.updated', false),
83+
]),
8484
);
8585
$this->getKeycloak()->organizations()->update(self::REALM, $organizations->first()->getId(), $updatedOrganization);
8686
$organizations = $this->getKeycloak()->organizations()->all(self::REALM);

0 commit comments

Comments
 (0)