Skip to content

Commit 233b5a6

Browse files
committed
update test.
1 parent b47a6db commit 233b5a6

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

tests/test_api.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -244,16 +244,16 @@ def test_gripper(setup):
244244
flag = mc.is_gripper_moving()
245245
assert flag == 0
246246

247-
mc.set_gripper_value(2048, 50)
247+
mc.set_gripper_value(0, 50)
248248
time.sleep(2)
249249

250-
mc.set_gripper_value(1500, 50)
250+
mc.set_gripper_value(100, 50)
251251
time.sleep(2)
252252

253-
mc.set_gripper_state(0, 70)
253+
mc.set_gripper_state(1, 70)
254254
time.sleep(2)
255255

256-
mc.set_gripper_state(1, 70)
256+
mc.set_gripper_state(0, 70)
257257
time.sleep(2)
258258

259259
print(mc.get_gripper_value())

0 commit comments

Comments
 (0)