Skip to content

Commit

Permalink
Revert "Temporarily expect integer to be string until that is fixed"
Browse files Browse the repository at this point in the history
This reverts commit be9d3db.
  • Loading branch information
caendesilva committed Dec 29, 2022
1 parent a894ed1 commit b8588ab
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -447,7 +447,7 @@ public function test_with_custom_validation_rules()
->assertExitCode(0);

$this->assertDatedPublicationExists();
$this->assertCreatedPublicationMatterEquals("integer: '5'");
$this->assertCreatedPublicationMatterEquals('integer: 5');
}

protected function makeSchemaFile(array $merge = []): void
Expand Down

0 comments on commit b8588ab

Please sign in to comment.