From b011dbc6cd34205b50e2a3a1852b3f1da50b14ca Mon Sep 17 00:00:00 2001 From: Julian Simioni Date: Tue, 14 Jul 2020 15:46:29 -0700 Subject: [PATCH] Mark Geonames China test passing It might have been passing for years --- test_cases/labels.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test_cases/labels.json b/test_cases/labels.json index 046b4b1..0db1ef6 100644 --- a/test_cases/labels.json +++ b/test_cases/labels.json @@ -220,7 +220,7 @@ }, { "id": 16, - "status": "fail", + "status": "pass", "description": "geonames country records should not have duplicate country in the label", "issue": "https://github.com/pelias/wof-admin-lookup/issues/49", "user": "julian", @@ -231,7 +231,7 @@ }, "expected": { "properties": [{ - "label": "People's Republic of China" + "label": "China" }] } },