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

Commit 40db606

Browse files
committed
Do not use getter internally
1 parent 031b8e6 commit 40db606

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/ext/property.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -262,7 +262,7 @@ export default function(should, Assertion) {
262262
this.assert(missingKeys.length === 0);
263263

264264
if (this.onlyThis) {
265-
obj.should.have.size(keys.length);
265+
should(obj).have.size(keys.length);
266266
}
267267
});
268268

0 commit comments

Comments
 (0)