Skip to content

Commit

Permalink
Fix failing test.
Browse files Browse the repository at this point in the history
  • Loading branch information
duncanmcclean committed Nov 20, 2024
1 parent 395852c commit bc68def
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/Data/Entries/CollectionTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -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();

Expand Down

0 comments on commit bc68def

Please sign in to comment.