Skip to content

Commit

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

@classmethod
def tearDownClass(cls):
Expand Down

0 comments on commit 0ef6a4d

Please sign in to comment.