From 719255cf2c09169d6983bbb251784c0735ee1a97 Mon Sep 17 00:00:00 2001 From: David Martinez <47610359+dvdmrtnz@users.noreply.github.com> Date: Fri, 25 Aug 2023 20:54:47 +0200 Subject: [PATCH] [search] Remove public_bookcase from smoke_test.cpp Signed-off-by: David Martinez <47610359+dvdmrtnz@users.noreply.github.com> --- search/search_integration_tests/smoke_test.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/search/search_integration_tests/smoke_test.cpp b/search/search_integration_tests/smoke_test.cpp index c0396a5a13..5f5afa031e 100644 --- a/search/search_integration_tests/smoke_test.cpp +++ b/search/search_integration_tests/smoke_test.cpp @@ -260,7 +260,6 @@ UNIT_CLASS_TEST(SmokeTest, CategoriesTest) /// @todo Controversial here. /// Don't have point drawing rules except text -> type will be removed for Feature with empty name. - {"amenity", "public_bookcase"}, {"building", "train_station"}, {"leisure", "track"}, {"natural", "beach"},