Skip to content

Commit 13eeb18

Browse files
committed
Fix flaky test that failed ~50% of the time
1 parent b87bafd commit 13eeb18

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/tests_common.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -465,7 +465,7 @@ def test_add_find_node_(self):
465465

466466
def test_node_path(self):
467467
objects = self.opc.get_objects_node()
468-
o = objects.add_object('ns=2;i=105;', '2:NodePathObject')
468+
o = objects.add_object('ns=2;i=1005;', '2:NodePathObject')
469469
root = self.opc.get_root_node()
470470
o2 = root.get_child(['0:Objects', '2:NodePathObject'])
471471
self.assertEqual(o, o2)

0 commit comments

Comments
 (0)