Skip to content

Commit f0e5dfe

Browse files
committed
fix pipeline
1 parent 8af5ecc commit f0e5dfe

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/robot/gym_vis/test/test_gym_vis.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#include "gtest/gtest.h"
2-
#include <rclcpp/rclcpp.hpp>
2+
// #include <rclcpp/rclcpp.hpp>
33
// should probably make a header file to access because including the cpp has
44
// main... #include "../src/gym_vis.cpp"
55

@@ -16,4 +16,5 @@
1616
// EXPECT_TRUE(node != nullptr);
1717
// rclcpp::shutdown();
1818
// }
19+
1920
TEST(GymVisTest, TestTheTestSuite) { EXPECT_TRUE(true); }

0 commit comments

Comments
 (0)