Skip to content

Commit dc13ab4

Browse files
committed
Test corrected
1 parent 3702470 commit dc13ab4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/php/unit/TestMultisyde.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ public function test_init() {
3737
*/
3838
public function test_load_multisite(): void {
3939
Functions\expect( 'function_exists' )->once()->with( 'is_multisite' )->andReturn( true );
40-
Functions\expect( 'is_network_admin' )->times( 2 )->andReturn( false );
40+
Functions\expect( 'is_network_admin' )->times( 3 )->andReturn( false );
4141

4242
Plugin::load();
4343
}

0 commit comments

Comments
 (0)