Skip to content

Commit

Permalink
Remove unnecessary namespace argument
Browse files Browse the repository at this point in the history
  • Loading branch information
sloretz committed Oct 17, 2017
1 parent ace6fe0 commit b9d015f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rclpy/test/test_wait_set.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ class TestWaitSet(unittest.TestCase):
@classmethod
def setUpClass(cls):
rclpy.init()
cls.node = rclpy.create_node('TestWaitSet', namespace='/')
cls.node = rclpy.create_node('TestWaitSet')

@classmethod
def tearDownClass(cls):
Expand Down

0 comments on commit b9d015f

Please sign in to comment.