diff --git a/test/DbTestCase.php b/test/DbTestCase.php index 7547337..4104197 100644 --- a/test/DbTestCase.php +++ b/test/DbTestCase.php @@ -113,14 +113,14 @@ public function testPatchByIds(): void $users = [ [ - 'name' => 'Name 1', - 'birthday' => '2010-11-12', - 'weight' => 100.0, + 'name' => 'Canada 🪿', + 'birthday' => '2024-10-21', + 'weight' => 10.55, ], [ - 'name' => 'Name 2', - 'birthday' => '2011-12-13', - 'weight' => 123.0, + 'name' => 'Rutt 🫎', + 'birthday' => '2015-02-03', + 'weight' => 1500.0, ], ];