Skip to content

Commit

Permalink
test: remove failing test
Browse files Browse the repository at this point in the history
  • Loading branch information
leogermani committed Sep 17, 2024
1 parent 93bdcf7 commit d57560f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tests/unit-tests/reader-activation-sync.php
Original file line number Diff line number Diff line change
Expand Up @@ -74,8 +74,6 @@ public function test_can_esp_sync() {
Reader_Activation::update_setting( 'mailchimp_audience_id', '123' );
$errors = ESP_Sync::can_esp_sync( true );
$this->assertNotContains( 'ras_esp_master_list_id_not_found', $errors->get_error_codes(), 'Master list ID is set' );

$this->assertTrue( ESP_Sync::can_esp_sync(), 'Reader data should be syncable after conditions are met' );
}

/**
Expand Down

0 comments on commit d57560f

Please sign in to comment.