Skip to content

Commit

Permalink
Fix flaky test that failed ~50% of the time
Browse files Browse the repository at this point in the history
  • Loading branch information
Nebukadneza committed Oct 19, 2020
1 parent aab581f commit f153459
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/tests_common.py
Original file line number Diff line number Diff line change
Expand Up @@ -465,7 +465,7 @@ def test_add_find_node_(self):

def test_node_path(self):
objects = self.opc.get_objects_node()
o = objects.add_object('ns=2;i=105;', '2:NodePathObject')
o = objects.add_object('ns=2;i=1005;', '2:NodePathObject')
root = self.opc.get_root_node()
o2 = root.get_child(['0:Objects', '2:NodePathObject'])
self.assertEqual(o, o2)
Expand Down

0 comments on commit f153459

Please sign in to comment.