Skip to content
This repository has been archived by the owner on Nov 4, 2020. It is now read-only.

Commit

Permalink
Do not use getter internally
Browse files Browse the repository at this point in the history
  • Loading branch information
btd committed Jul 30, 2018
1 parent 031b8e6 commit 40db606
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/ext/property.js
Expand Up @@ -262,7 +262,7 @@ export default function(should, Assertion) {
this.assert(missingKeys.length === 0);

if (this.onlyThis) {
obj.should.have.size(keys.length);
should(obj).have.size(keys.length);
}
});

Expand Down

0 comments on commit 40db606

Please sign in to comment.