From c2718bb6c5a30e373b7ecaad1065319f868beccd Mon Sep 17 00:00:00 2001 From: Duncan McClean Date: Thu, 19 Dec 2024 15:24:23 +0000 Subject: [PATCH] Clear the Blink cache. --- tests/Jobs/ImportItemJobTest.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tests/Jobs/ImportItemJobTest.php b/tests/Jobs/ImportItemJobTest.php index 5fa256e..06223cd 100644 --- a/tests/Jobs/ImportItemJobTest.php +++ b/tests/Jobs/ImportItemJobTest.php @@ -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; @@ -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([