Skip to content

Commit

Permalink
fix: the order is expected, actual
Browse files Browse the repository at this point in the history
  • Loading branch information
sjinks committed Dec 24, 2024
1 parent 828011d commit 847b958
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/parsely/test-mu-parsely-integration.php
Original file line number Diff line number Diff line change
Expand Up @@ -337,7 +337,7 @@ public function test_parsely_configs_for_managed_mode() {
$configs = Parsely_Loader_Info::get_configs();

// Assert.
$this->assertEquals( $configs, array(
$this->assertEquals( array(
'is_pinned_version' => has_filter( 'wpvip_parsely_version' ),
'site_id' => is_latest_version() ? 'site_id_value' : '',
'have_api_secret' => is_latest_version() ? true : false,
Expand All @@ -358,7 +358,7 @@ public function test_parsely_configs_for_managed_mode() {
'track_type' => 'do-not-track',
),
),
) );
), $configs );
}

public function test_alter_option_use_repeated_metas() {
Expand Down

0 comments on commit 847b958

Please sign in to comment.