Skip to content

Commit

Permalink
Fix tests date
Browse files Browse the repository at this point in the history
  • Loading branch information
trasher committed Dec 28, 2024
1 parent 8dde7e9 commit 187ca4e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ public function testGetUserData(): void

$this->assertSame(
$expected_base + [
'birthdate' => '1941-12-26',
'birthdate' => $user_data['birthdate'],
'birthplace' => 'Gonzalez-sur-Meunier',
'job' => 'Chef de fabrication',
'gender' => 'Unspecified',
Expand Down

0 comments on commit 187ca4e

Please sign in to comment.