Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
diosmosis committed Jun 9, 2024
1 parent 610f705 commit 0e9e209
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion tests/phpunit/wpmatomo/wpstatistics/test-import.php
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@ public function test_pages_found() {
return;
}

$possible_values = [ 156, 81, 77, 91 ];
$possible_values = [ 156, 81, 77, 90, 91 ];

$report = $this->fetch_report( 'Actions', 'getPageUrls' );
$this->assertContains( $report['reportData']->getRowsCount(), $possible_values );
Expand Down

0 comments on commit 0e9e209

Please sign in to comment.