Skip to content

Commit 5a2297b

Browse files
committed
fix config controller test
1 parent 8362f9f commit 5a2297b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ur_robot_driver/test/integration_test_config_controller.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,6 @@ def setUp(self):
9797
#
9898

9999
def test_get_robot_software_version(self):
100-
self.assertNotEqual(
101-
self._configuration_controller_interface.get_robot_software_version().major, 0
100+
self.assertGreater(
101+
self._configuration_controller_interface.get_robot_software_version().major, 1
102102
)

0 commit comments

Comments
 (0)