Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
diosmosis committed Oct 22, 2023
1 parent eee8508 commit 28a12bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/phpunit/wpmatomo/test-release.php
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,6 @@ public function test_latest_release_is_not_too_old() {
$last_updated = strtotime( $api_response['last_updated'] );
$six_months_ago = ( new DateTime( '-6 months ago' ) )->getTimestamp();

$this->assertLessThan( $six_months_ago, $last_updated, 'The last release of this plugins was over 6 months ago, another release is needed to show the plugin is not abandoned.' );
$this->assertLessThan( $six_months_ago, $last_updated, 'The last release of this plugin was over 6 months ago, another release is needed to show the plugin is not abandoned.' );
}
}

0 comments on commit 28a12bf

Please sign in to comment.