Skip to content

Commit

Permalink
update count expectation
Browse files Browse the repository at this point in the history
  • Loading branch information
Tabrisrp committed Jun 12, 2024
1 parent ba634ac commit 8e8e205
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ protected function setUp(): void {
*/
public function testShouldDoAsExpected( $config ) {
Functions\expect( 'get_transient' )
->atMost()
->once()
->with( 'rocket_preload_check_duration' )
->andReturn( $config['transient_check_duration'] );
Expand Down

0 comments on commit 8e8e205

Please sign in to comment.