Skip to content

Commit

Permalink
dont need to freeze time for this test
Browse files Browse the repository at this point in the history
  • Loading branch information
duncanmcclean committed Apr 17, 2024
1 parent 776f7c0 commit c1e6c0f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tests/Data/Entries/EntryQueryBuilderTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,6 @@ public function entry_is_found_within_all_created_entries_using_entry_facade_wit
/** @test **/
public function entry_is_found_within_all_created_entries_and_select_query_columns_are_set_using_entry_facade_with_find_method_with_columns_param()
{
$this->freezeTime();

$searchedEntry = $this->createDummyCollectionAndEntries();
$columns = ['foo', 'collection'];
$retrievedEntry = Entry::query()->find($searchedEntry->id(), $columns);
Expand Down

0 comments on commit c1e6c0f

Please sign in to comment.