Skip to content

Commit

Permalink
fixed a comment
Browse files Browse the repository at this point in the history
  • Loading branch information
rashmihunt committed Aug 21, 2017
1 parent 927d60a commit 927e209
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/loopback-dl.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -1963,7 +1963,7 @@ describe('updateOnly', function() {
gender: String,
}, {forceId: true});
// id should be there in updateOnly properties list if forceId is set
// to false
// to true
Person.should.have.property('getUpdateOnlyProperties');
Person.getUpdateOnlyProperties().should.eql(['id']);
done();
Expand Down

0 comments on commit 927e209

Please sign in to comment.