Add title & junction test case
This commit is contained in:
@@ -30,5 +30,5 @@ def update(name: str, type: str, table: str, id_key: str, id_value: str, key: st
|
||||
add_operation(name, redo, undo)
|
||||
|
||||
change = ChangeSet()
|
||||
change.update(type, id, key, key_type, value)
|
||||
change.update(type, id_value, key, key_type, value)
|
||||
return change
|
||||
|
||||
Reference in New Issue
Block a user