X-Git-Url: https://git.openstreetmap.org./nominatim.git/blobdiff_plain/fc19ebb2188a6e73faad07286518d83c041c9207..bda330a87d7e6de044d4a47e61ded8c4a49fe61e:/test/php/Nominatim/AddressDetailsTest.php?ds=inline diff --git a/test/php/Nominatim/AddressDetailsTest.php b/test/php/Nominatim/AddressDetailsTest.php index e7b3a3f8..4678911c 100644 --- a/test/php/Nominatim/AddressDetailsTest.php +++ b/test/php/Nominatim/AddressDetailsTest.php @@ -70,7 +70,7 @@ class AddressDetailsTest extends \PHPUnit\Framework\TestCase { $oAD = new AddressDetails($this->oDbStub, 194663412, 10, 'en'); $expected = array( - 'attraction' => '10 Downing Street', + 'tourism' => '10 Downing Street', 'house_number' => '10', 'road' => 'Downing Street', 'neighbourhood' => 'St. James\'s',