Skip to content

Commit

Permalink
address review
Browse files Browse the repository at this point in the history
  • Loading branch information
SwikritiT committed Sep 14, 2023
1 parent f26d03e commit f1d03bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/acceptance/features/bootstrap/SearchContext.php
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@ public function theSearchResultShouldContainEntriesWithHighlight(
Assert::assertEquals(
$expectedContent,
$actualContent,
"Expected text highlight to be $expectedContent but found $actualContent"
"Expected text highlight to be '$expectedContent' but found '$actualContent'"
);
}
}
Expand Down

0 comments on commit f1d03bc

Please sign in to comment.