Skip to content

Commit

Permalink
Slugify Collectives and Pages (tests)
Browse files Browse the repository at this point in the history
Signed-off-by: Kostiantyn Miakshyn <[email protected]>
  • Loading branch information
Koc committed Dec 20, 2024
1 parent 7a60ec5 commit ca439ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Unit/Service/CollectiveServiceTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,7 @@ public function testCreate(): void {
->willReturn($collective);
[$collective, $info] = $this->service->createCollective($this->userId, 'de', 'free');
self::assertIsCallable([$collective, 'jsonSerialize']);
self::assertEqualsCanonicalizing([
self::assertEquals([
'id' => 123,
'slug' => 'free',
'circleId' => null,
Expand Down

0 comments on commit ca439ad

Please sign in to comment.