Skip to content

Commit e57296b

Browse files
committed
calling method
1 parent 5eb17fd commit e57296b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/object.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ var fakeObject = (nameOrType, config) => {
1818
} else if (_.isString(nameOrType) || arguments.length === 0) {
1919
return createTestDoubleViaProxy(nameOrType, withDefaults(config))
2020
} else if (nameOrType === undefined) {
21-
21+
ensureUndifinedVariableNotPassed()
2222
} else if (_.isFunction(nameOrType)) {
2323
ensureFunctionIsNotPassed()
2424
} else {

0 commit comments

Comments
 (0)