Skip to content

Commit

Permalink
Clear the Blink cache.
Browse files Browse the repository at this point in the history
  • Loading branch information
duncanmcclean committed Dec 19, 2024
1 parent c2a8f7f commit c2718bb
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/Jobs/ImportItemJobTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
namespace Statamic\Importer\Tests\Jobs;

use PHPUnit\Framework\Attributes\Test;
use Statamic\Facades\Blink;
use Statamic\Facades\Blueprint;
use Statamic\Facades\Collection;
use Statamic\Facades\Entry;
Expand Down Expand Up @@ -151,6 +152,8 @@ public function it_imports_a_new_entry_with_a_specific_blueprint()
],
])->save();

Blink::forget('collection-entry-blueprints-team');

$this->assertNull(Entry::query()->where('email', 'John')->first());

$import = Import::make()->config([
Expand Down

0 comments on commit c2718bb

Please sign in to comment.