Skip to content

Commit 4b9aa69

Browse files
committed
Adjust prop names in feature tests
1 parent 70d023d commit 4b9aa69

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/Feature/WebResultsRouteTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ public function test_results_route_retrieves_mismatches()
147147
->has("results.$stringMismatchQid.0", $isMismatch($stringMismatch))
148148
->where("labels", $assertLabels)
149149
// phpcs:ignore
150-
->where("formatted_values.{$dateMismatch->property_id}.{$dateMismatch->meta_wikidata_value}|{$dateMismatch->wikidata_value}", $assertDate);
150+
->where("formattedValues.{$dateMismatch->property_id}.{$dateMismatch->meta_wikidata_value}|{$dateMismatch->wikidata_value}", $assertDate);
151151
};
152152

153153
$response = $this->get(route('results', [

0 commit comments

Comments
 (0)