Skip to content

Commit

Permalink
Add test commit
Browse files Browse the repository at this point in the history
  • Loading branch information
thelovekesh committed Nov 21, 2022
1 parent b84213d commit 5341d82
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/php/test-uninstall.php
Original file line number Diff line number Diff line change
Expand Up @@ -569,6 +569,7 @@ public function test_remove_plugin_data() {
$num_queries_before = $wpdb->num_queries;
require AMP__DIR__ . '/uninstall.php';
$this->flush_cache();
// Update for multisite.
$this->assertEquals( $num_queries_before, $wpdb->num_queries );

$this->assertNotEmpty( get_option( AMP_Options_Manager::OPTION_NAME, false ) );
Expand Down

0 comments on commit 5341d82

Please sign in to comment.