Copilot commented on code in PR #1965:
URL: https://github.com/apache/nifi-minifi-cpp/pull/1965#discussion_r2084643911
##########
extensions/standard-processors/tests/unit/GetTCPTests.cpp:
##########
@@ -304,4 +304,12 @@ TEST_CASE("GetTCP max queue and max batch size test",
"[GetTCP]") {
CHECK(controller.trigger().at(GetTCP::Success).size() == 10);
CHECK(controller.trigger().at(GetTCP::Success).empty());
}
+
+TEST_CASE("GetTCP EL supported validated propeties tests", "[GetTCP,
Property]") {
Review Comment:
The test case title contains a typo: 'propeties' should be corrected to
'properties'.
```suggestion
TEST_CASE("GetTCP EL supported validated properties tests", "[GetTCP,
Property]") {
```
--
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]