Skip to content

Commit

Permalink
update test to match the changes
Browse files Browse the repository at this point in the history
  • Loading branch information
blueset committed Aug 16, 2015
1 parent c616c98 commit f4d02d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/classmentors/components/events/events.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -344,7 +344,7 @@
$controller('ViewEventCtrl', deps);

expect(deps.spfNavBarService.update.calls.argsFor(0)[2]).toEqual(
[{title: 'Join', onClick: jasmine.any(Function), icon: 'add-circle-outline'}]
[{title: 'Join', onClick: jasmine.any(Function), icon: 'add'}]
);
});

Expand Down

0 comments on commit f4d02d5

Please sign in to comment.