Skip to content

Commit e189594

Browse files
committed
Unit test adjusted
1 parent fbcbcf3 commit e189594

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/SiteActivePlugins/tests/unit/TestFeature.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,7 @@ public function test_populate_active_plugins_network_active(): void {
202202
public function test_populate_active_plugins_max_sites(): void {
203203
$max_sites = 5;
204204

205-
Filters\expectApplied( 'site_active_plugins_max_sites' )->once()->with( 100 )->andReturn( $max_sites );
205+
Filters\expectApplied( Feature::FILTER_MAX_SITES )->once()->with( 100 )->andReturn( $max_sites );
206206

207207
$args = array(
208208
'fields' => 'ids',

0 commit comments

Comments
 (0)