Skip to content

Commit c663719

Browse files
committed
default to json_type_traits
1 parent 6da9293 commit c663719

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/corelib/src/reflect/try_decode_json_tests.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ namespace ns {
2626
} // namespace
2727

2828
JSONCONS_ALL_MEMBER_TRAITS(ns::book1a, author, title, price)
29-
TEST_CASE("JSONCONS_ALL_MEMBER_TRAITS tests")
29+
TEST_CASE("default to json_type_traits tests")
3030
{
3131
std::string an_author = "Haruki Murakami";
3232
std::string a_title = "Kafka on the Shore";

0 commit comments

Comments
 (0)