Skip to content

Commit

Permalink
GH-2228 Fix merge issue
Browse files Browse the repository at this point in the history
  • Loading branch information
heifner committed Feb 20, 2024
1 parent 2028173 commit 0a74525
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/trace_api_plugin/test/test_data_handlers.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -269,7 +269,7 @@ BOOST_AUTO_TEST_SUITE(abi_data_handler_tests)
("c", 2)
("d", 3);

auto actual = handler.serialize_to_variant(action_trace_t, [](){});
auto actual = handler.serialize_to_variant(action_trace_t);

BOOST_TEST(to_kv(expected) == to_kv(std::get<0>(actual)), boost::test_tools::per_element());
BOOST_REQUIRE(!std::get<1>(actual));
Expand Down

0 comments on commit 0a74525

Please sign in to comment.