Skip to content

Commit

Permalink
review(JOB-180) : by VEN
Browse files Browse the repository at this point in the history
  • Loading branch information
Pierre Trollé committed Nov 30, 2017
1 parent f42539d commit b9ac2d2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ describe('Unit | Component | MissionTypePicker.vue', () => {
});

describe('watch #displayedMissionType', () => {
it('should emit selected event with selected name', () => {
it('should emit selected event with "selected" name and selected mission types', () => {
// given
const spy = sinon.spy();
component.$emit = spy;
Expand Down

0 comments on commit b9ac2d2

Please sign in to comment.