Skip to content

Commit 84ba24a

Browse files
committed
rename test
1 parent eb756bb commit 84ba24a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/llm/output_parsers/partial_json_builder_test.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -262,7 +262,7 @@ TEST_F(PartialJsonBuilderTest, escapedCharactersSanityCheck) {
262262
ASSERT_EQ(parsedJson["arguments"].GetString(), std::string("{\"impl\": \"TYPE MQTT_Config AS\\n VAR\\n \\\"txt\\\" BrokerIP : STRING := '127.0.0.1';\"}"));
263263
}
264264

265-
TEST_F(PartialJsonBuilderTest, tmptest) {
265+
TEST_F(PartialJsonBuilderTest, multipleEscapesBeforeQuoute) {
266266
std::string targetJson = R"({"name": "set_status", "arguments": "{\"status\": \"CONNECTED,\\"})";
267267
PartialJsonBuilder builder;
268268
rapidjson::Document parsedJson;

0 commit comments

Comments
 (0)