aboutsummaryrefslogtreecommitdiff
path: root/tests/Entities
diff options
context:
space:
mode:
authorValentin Popov <info@valentineus.link>2020-07-22 11:36:00 +0300
committerValentin Popov <info@valentineus.link>2020-07-22 11:36:00 +0300
commita93c94f338a9e3188639015346ac01f08a36b44e (patch)
tree2fec41df0e34a3c55a57a43fb2e40358ade30dad /tests/Entities
parent506e16bdfcae6996adacdcb5ba23fdf45c98bafe (diff)
downloadphp-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')
-rw-r--r--tests/Entities/ChannelEntityTest.php2
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(