Improvements to copy notifications

This commit is contained in:
Henry
2015-10-29 17:40:17 -07:00
parent 05722d9b11
commit f44819a7fe
3 changed files with 4 additions and 8 deletions

View File

@@ -140,7 +140,7 @@ define(
.args[0](newParent);
expect(composeService.perform)
.toHaveBeenCalledWith(selectedObject, newParent);
.toHaveBeenCalledWith(selectedObject, newParent, undefined);
});
});
});