Skip to content

Commit

Permalink
fix: incorrect test for message question
Browse files Browse the repository at this point in the history
  • Loading branch information
hussainweb committed Oct 3, 2022
1 parent 1e177ff commit 5d4e2d4
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -44,6 +44,6 @@ public function testValidatorReturnsBody(): void
/** @var string $message */
$message = $validator('this is a message');

$this->assertSame('this is a body', $message);
$this->assertSame('this is a message', $message);
}
}

0 comments on commit 5d4e2d4

Please sign in to comment.