Skip to content

Commit

Permalink
Update ContentTest.php
Browse files Browse the repository at this point in the history
  • Loading branch information
joshbruce committed Oct 28, 2021
1 parent d4253de commit 784e095
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/ContentTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -35,5 +35,5 @@
'text/html'
);

expect($this->baseContent->folderDoesExist())->toBeTrue();
expect($this->baseContent->folderIsMissing())->toBeFalse();
})->group('content');

0 comments on commit 784e095

Please sign in to comment.