Skip to content

Commit

Permalink
Sonar cloud fix - test
Browse files Browse the repository at this point in the history
  • Loading branch information
elandini84 committed Sep 18, 2023
1 parent fb9efea commit 615879b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ TEST_CASE("dev::ChatBot_nwc", "[yarp::dev]")

{yarp::dev::WrapperSingle* ww_nws;
REQUIRE(ddnws.view(ww_nws));
REQUIRE(ww_nws!=nullptr);
bool result_att = ww_nws->attach(&ddfake);
REQUIRE(result_att); }

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ TEST_CASE("dev::chatBot_nws_yarp", "[yarp::dev]")

{yarp::dev::WrapperSingle* ww_nws;
REQUIRE(ddnws.view(ww_nws));
REQUIRE(ww_nws!=nullptr);
bool result_att = ww_nws->attach(&ddfake);
REQUIRE(result_att); }
}
Expand Down

0 comments on commit 615879b

Please sign in to comment.