Skip to content

Commit f012c09

Browse files
committed
fixed a comment
1 parent 52a1545 commit f012c09

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: test/loopback-dl.test.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1963,7 +1963,7 @@ describe('updateOnly', function() {
19631963
gender: String,
19641964
}, {forceId: true});
19651965
// id should be there in updateOnly properties list if forceId is set
1966-
// to false
1966+
// to true
19671967
Person.should.have.property('getUpdateOnlyProperties');
19681968
Person.getUpdateOnlyProperties().should.eql(['id']);
19691969
done();

0 commit comments

Comments
 (0)