Skip to content

Commit

Permalink
Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
mbardelmeijer committed Oct 24, 2023
1 parent a6b6f17 commit 517d707
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Conversions/Commands/CleanCommandTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -335,7 +335,7 @@
]);
});

it('can won\'t clean orphaned media items when disabled', function () {
it('will not clean orphaned media items when disabled', function () {
$media = TestModel::create(['name' => 'test.jpg'])
->addMedia($this->getTestJpg())
->preservingOriginal()
Expand Down

0 comments on commit 517d707

Please sign in to comment.