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', ]); }