Skip to content

Commit 4ef2ef8

Browse files
committed
Fix bad mobile ekf test
1 parent 53ccefb commit 4ef2ef8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_mobile.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -248,7 +248,7 @@ def test_plot(self):
248248
class DriversTest(unittest.TestCase):
249249
def test_init(self):
250250

251-
rp = rtb.RandomPath(10)
251+
rp = rtb.RandomPath(workspace=10)
252252

253253
self.assertIsInstance(str(rp), str)
254254

0 commit comments

Comments
 (0)