From 6379c0e903a6d30cfffbe21130b2388c2d7dfb8f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Denis=20Duli=C3=A7i?= Date: Fri, 10 Sep 2021 01:05:50 +0300 Subject: [PATCH] fixed source test --- tests/Feature/Common/SourcesTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/Feature/Common/SourcesTest.php b/tests/Feature/Common/SourcesTest.php index 1decf8f8f..a4e9ecbf5 100644 --- a/tests/Feature/Common/SourcesTest.php +++ b/tests/Feature/Common/SourcesTest.php @@ -15,7 +15,7 @@ class SourcesTest extends FeatureTestCase $this->assertDatabaseHas('categories', [ 'id' => $category->id, - 'created_from' => 'console', + 'created_from' => 'core::console', ]); }