refactored session.update_node to session.edit_node to match grpc call
This commit is contained in:
parent
cb81095b64
commit
14d759667c
4 changed files with 5 additions and 5 deletions
|
@ -40,7 +40,7 @@ class TestNodes:
|
|||
update_options.set_position(x=position_value, y=position_value)
|
||||
|
||||
# when
|
||||
session.update_node(node.id, update_options)
|
||||
session.edit_node(node.id, update_options)
|
||||
|
||||
# then
|
||||
assert node.position.x == position_value
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue