Skip to content

Commit

Permalink
tests fix
Browse files Browse the repository at this point in the history
  • Loading branch information
usarise committed Jul 15, 2024
1 parent b866973 commit 72757d9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/ErrorCodeTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ final class ErrorCodeTest extends TestCase {
public function testToDescriptionShort(): void {
$this->assertEquals(
[
'The response parameter was not passed',
'The response parameter (token) was not passed',
],
ErrorCode::toDescription(
[
Expand Down Expand Up @@ -76,7 +76,7 @@ public function testToDescriptionNotValue(): void {

$this->assertEquals(
[
'The response parameter was not passed',
'The response parameter (token) was not passed',
'test-error',
],
ErrorCode::toDescription(
Expand Down

0 comments on commit 72757d9

Please sign in to comment.