Commit bcfad93c authored by Bryce Johnson's avatar Bryce Johnson

Switch param ordr for assignToRootStore in store spec.

parent a1d90030
......@@ -58,7 +58,7 @@ $.rails = {
spyOn(this.rootStore, 'assignToData');
this.approvalsStore.assignToRootStore(dataToStore);
this.approvalsStore.assignToRootStore('approvals', dataToStore);
expect(this.rootStore.assignToData).toHaveBeenCalled();
expect(this.rootStore.assignToData).toHaveBeenCalledWith('approvals', dataToStore);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment