martinzink commented on code in PR #1946:
URL: https://github.com/apache/nifi-minifi-cpp/pull/1946#discussion_r2073741726


##########
extensions/standard-processors/tests/unit/SplitTextTests.cpp:
##########
@@ -192,7 +192,7 @@ void runSplitTextTest(const std::string& input, const 
std::vector<ExpectedSplitT
 
 TEST_CASE("Line Split Count property is required") {
   SingleProcessorTestController 
controller{std::make_unique<processors::SplitText>("SplitText")};
-  REQUIRE_THROWS_WITH(controller.trigger("", {}), "Expected parsable uint64_t 
from SplitText::Line Split Count: property error: PropertyNotSet (2)");
+  REQUIRE_THROWS_WITH(controller.trigger("", {}), "Expected parsable uint64_t 
from \"SplitText::Line Split Count\", but got MiNiFi Property Error Category:2 
(PropertyNotSet)");

Review Comment:
   Yeah, good point. I've changed it in 
https://github.com/apache/nifi-minifi-cpp/pull/1946/commits/438130db05a2c120ce22c86f115802f0de908d4b



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to