Skip to content

Commit f72b6c7

Browse files
committed
Fixed json error test.
1 parent 608db4e commit f72b6c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test_package/json_mapping_test.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1030,7 +1030,7 @@ TEST_F(JsonMappingTest, should_skip_erroneous_values)
10301030
}
10311031
},
10321032
"b": "MANUAL"
1033-
})"}};
1033+
})"s}};
10341034

10351035
auto jmsg = std::make_shared<JsonMessage>("JsonMessage", props);
10361036
jmsg->m_device = dev;

0 commit comments

Comments
 (0)