Skip to content

Commit

Permalink
break test to check its execution
Browse files Browse the repository at this point in the history
  • Loading branch information
btry committed Oct 3, 2024
1 parent d9f2d67 commit 8e5cf01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/functional/Search.php
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ public function testAddWhere()
);
// Ignore leading and trailing spaces not relevant)
$output = trim($output);
$this->string($output)->isEqualTo("(`glpi_computers`.`id` = 42)");
$this->string($output)->isEqualTo("(`glpi_computers`.`id` == 42)");

$output = \Search::addWhere(
'',
Expand Down

0 comments on commit 8e5cf01

Please sign in to comment.