From 7d5954fbca891902ed089fcf1b7ff144016d63b2 Mon Sep 17 00:00:00 2001 From: Siarhei Fedartsou Date: Tue, 18 Oct 2022 18:56:25 +0200 Subject: [PATCH] Fix annotations=true handling in NodeJS bindings --- unit_tests/library/route.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/unit_tests/library/route.cpp b/unit_tests/library/route.cpp index 0e4798523..cc823816d 100644 --- a/unit_tests/library/route.cpp +++ b/unit_tests/library/route.cpp @@ -584,7 +584,7 @@ void test_manual_setting_of_annotations_property(bool use_json_only_api) .values["annotation"] .get() .values; - BOOST_CHECK_EQUAL(annotations.size(), 6); + BOOST_CHECK_EQUAL(annotations.size(), 7); } BOOST_AUTO_TEST_CASE(test_manual_setting_of_annotations_property_old_api) {