We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 70d023d commit 4b9aa69Copy full SHA for 4b9aa69
tests/Feature/WebResultsRouteTest.php
@@ -147,7 +147,7 @@ public function test_results_route_retrieves_mismatches()
147
->has("results.$stringMismatchQid.0", $isMismatch($stringMismatch))
148
->where("labels", $assertLabels)
149
// phpcs:ignore
150
- ->where("formatted_values.{$dateMismatch->property_id}.{$dateMismatch->meta_wikidata_value}|{$dateMismatch->wikidata_value}", $assertDate);
+ ->where("formattedValues.{$dateMismatch->property_id}.{$dateMismatch->meta_wikidata_value}|{$dateMismatch->wikidata_value}", $assertDate);
151
};
152
153
$response = $this->get(route('results', [
0 commit comments