aboutsummaryrefslogtreecommitdiff
path: root/tests/Entities
diff options
context:
space:
mode:
authorValentin Popov <info@valentineus.link>2020-07-22 11:36:45 +0300
committerGitHub <noreply@github.com>2020-07-22 11:36:45 +0300
commit56395937629476cbb41bfe251f67e6725767c726 (patch)
tree51acd99b4e3ff1e3429fb06ef6daedaf43af5106 /tests/Entities
parent24da358b533bcf580e638c66e1ba8f2980d5bc12 (diff)
parent862e46de9ec860b9925dde1ed4b7b385ff49508f (diff)
downloadphp-epg-service-master.tar.xz
php-epg-service-master.zip
Merge pull request #2 from valentineus/developHEADmaster
Develop
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(