Skip to content

Commit

Permalink
Resolved issue CiscoDevNet#854 for C++ and Python
Browse files Browse the repository at this point in the history
  • Loading branch information
Yan Gorelik committed Jan 16, 2019
1 parent 81b3280 commit a176056
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sdk/cpp/core/tests/test_entity.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -461,7 +461,7 @@ TEST_CASE("test_ylist")
REQUIRE(ylist_0.len() == 2);

auto keys = ylist_0.keys();
REQUIRE(vector_to_string(keys) == R"("1000000", "1000001")");
REQUIRE(vector_to_string(keys) == R"("1000001", "1000002")");

auto ep = ylist_0.pop(1);
REQUIRE(ep != nullptr);
Expand Down

0 comments on commit a176056

Please sign in to comment.