Skip to content

Commit

Permalink
Code formatting.
Browse files Browse the repository at this point in the history
  • Loading branch information
SebastianStehle committed Sep 18, 2023
1 parent 5c14ed2 commit ac4e7a9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tests/ContentsTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -64,9 +64,9 @@ public function testCreateAndFetchUnpublishedContent()
$value = uniqid();

$createdContent = $this->client->contents()->postContent(static::$schema->getName(), [
'field1' => [
'iv' => $value
]
'field1' => [
'iv' => $value
]
]);

$content = $this->client->contents()->getContent(static::$schema->getName(), $createdContent->getId(), -2, null, null, true);
Expand Down

0 comments on commit ac4e7a9

Please sign in to comment.