diff --git a/tests/Data/Entries/CollectionTest.php b/tests/Data/Entries/CollectionTest.php index a751ec419f..7f1a01943d 100644 --- a/tests/Data/Entries/CollectionTest.php +++ b/tests/Data/Entries/CollectionTest.php @@ -504,6 +504,7 @@ public function it_saves_the_collection_through_the_api() Facades\Blink::shouldReceive('forget')->with('collection-handles')->once(); Facades\Blink::shouldReceive('forget')->with('mounted-collections')->once(); Facades\Blink::shouldReceive('flushStartingWith')->with('collection-test')->once(); + Facades\Blink::shouldReceive('once')->with('collection-test-structure', \Mockery::any())->andReturnNull(); $return = $collection->save();