Skip to content

Commit

Permalink
fixed source test
Browse files Browse the repository at this point in the history
  • Loading branch information
denisdulici committed Sep 9, 2021
1 parent b1566cd commit 6379c0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Feature/Common/SourcesTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ public function testItShouldHaveAutoSource()

$this->assertDatabaseHas('categories', [
'id' => $category->id,
'created_from' => 'console',
'created_from' => 'core::console',
]);
}

Expand Down

0 comments on commit 6379c0e

Please sign in to comment.