Skip to content

Commit

Permalink
Make unit tests data a little bit closed to real data
Browse files Browse the repository at this point in the history
  • Loading branch information
jbuget committed Jul 5, 2017
1 parent 54138c0 commit df5c649
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion client/test/unit/specs/components/JobCard.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,10 @@ describe('Unit | Component | JobCard.vue', () => {
},
},
};
const consultant = { foo: 'bar' };
const consultant = {
name: 'Samurai Jack',
email: 'sjack@octo.com',
};
const accessToken = 'abcd-1234';

beforeEach(() => {
Expand Down

0 comments on commit df5c649

Please sign in to comment.