diff options
author | Valentin Popov <info@valentineus.link> | 2020-07-22 11:36:00 +0300 |
---|---|---|
committer | Valentin Popov <info@valentineus.link> | 2020-07-22 11:36:00 +0300 |
commit | a93c94f338a9e3188639015346ac01f08a36b44e (patch) | |
tree | 2fec41df0e34a3c55a57a43fb2e40358ade30dad /tests/Entities/ChannelEntityTest.php | |
parent | 506e16bdfcae6996adacdcb5ba23fdf45c98bafe (diff) | |
download | php-epg-service-a93c94f338a9e3188639015346ac01f08a36b44e.tar.xz php-epg-service-a93c94f338a9e3188639015346ac01f08a36b44e.zip |
Fixed bugs and updated tests
Signed-off-by: Valentin Popov <info@valentineus.link>
Diffstat (limited to 'tests/Entities/ChannelEntityTest.php')
-rw-r--r-- | tests/Entities/ChannelEntityTest.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/Entities/ChannelEntityTest.php b/tests/Entities/ChannelEntityTest.php index e3c2733..ace9388 100644 --- a/tests/Entities/ChannelEntityTest.php +++ b/tests/Entities/ChannelEntityTest.php @@ -41,7 +41,7 @@ final class ChannelEntityTest extends TestCase { $id = $faker->unique()->sha256; $lang = $faker->unique()->sha256; $name = $faker->unique()->sha256; - $update_at = $faker->unique()->sha256; + $update_at = $faker->unique()->dateTime; $week = $faker->unique()->sha256; $entity = ChannelEntity::create(compact( |