Skip to content

Commit

Permalink
Tweak
Browse files Browse the repository at this point in the history
Signed-off-by: Carlos Agüero <[email protected]>
  • Loading branch information
caguero committed Feb 2, 2024
1 parent be47e75 commit 4c8378f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cmd/gz_TEST.cc
Original file line number Diff line number Diff line change
Expand Up @@ -494,7 +494,7 @@ TEST(gzTest, ServiceOnewayRequest)
EXPECT_TRUE(node.Advertise(service, srvOneway));

msgs::StringMsg msg;
msg.set_data(value);
msg.set_data("good_value");

// Check the 'gz service -r' command.
std::string gz = std::string(GZ_PATH);
Expand Down

0 comments on commit 4c8378f

Please sign in to comment.