Skip to content

Commit c77546a

Browse files
committed
test
1 parent 752f687 commit c77546a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/Data/Entries/CollectionTest.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -501,6 +501,7 @@ public function it_saves_the_collection_through_the_api()
501501

502502
Facades\Collection::shouldReceive('save')->with($collection)->once();
503503
Facades\Collection::shouldReceive('handleExists')->with('test')->once();
504+
Facades\Blink::shouldReceive('forget')->with('collection-test-structure')->once();
504505
Facades\Blink::shouldReceive('forget')->with('collection-handles')->once();
505506
Facades\Blink::shouldReceive('forget')->with('mounted-collections')->once();
506507
Facades\Blink::shouldReceive('flushStartingWith')->with('collection-test')->once();

0 commit comments

Comments
 (0)