diff options
author | Valentin Popov <info@valentineus.link> | 2020-07-22 11:36:45 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-07-22 11:36:45 +0300 |
commit | 56395937629476cbb41bfe251f67e6725767c726 (patch) | |
tree | 51acd99b4e3ff1e3429fb06ef6daedaf43af5106 /tests/Entities/ChannelEntityTest.php | |
parent | 24da358b533bcf580e638c66e1ba8f2980d5bc12 (diff) | |
parent | 862e46de9ec860b9925dde1ed4b7b385ff49508f (diff) | |
download | php-epg-service-56395937629476cbb41bfe251f67e6725767c726.tar.xz php-epg-service-56395937629476cbb41bfe251f67e6725767c726.zip |
Develop
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( |