Skip to content

Commit

Permalink
Improve test description
Browse files Browse the repository at this point in the history
  • Loading branch information
talyssonoc committed Mar 21, 2019
1 parent 5b2509e commit a1c1fe0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/unit/instanceAndUpdate.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ describe('instantiating a structure', () => {
});

context('when attribute default value is a function', () => {
it('calls the function using the instance of the object as parameter', () => {
it('calls the function using the instance of the object as parameter and perform coercion', () => {
const user = new User();

expect(user.uuid).to.equal('10');
Expand Down

0 comments on commit a1c1fe0

Please sign in to comment.