Merge remote-tracking branch 'origin/tree-refresh-745'

This commit is contained in:
Pete Richards
2016-03-17 11:40:53 -07:00
2 changed files with 4 additions and 3 deletions

View File

@@ -167,7 +167,7 @@ define([
beforeEach(function () {
mockComposition.pop();
testCapabilities.mutation.listen
.mostRecentCall.args[0](mockDomainObject);
.mostRecentCall.args[0](mockDomainObject.getModel());
waitForCompositionCallback();
});