diff --git a/src/core/matchers/toHaveSpyInteractions.js b/src/core/matchers/toHaveSpyInteractions.js index 37bf5481..a6a5fdc9 100755 --- a/src/core/matchers/toHaveSpyInteractions.js +++ b/src/core/matchers/toHaveSpyInteractions.js @@ -20,7 +20,7 @@ getJasmineRequireObj().toHaveSpyInteractions = function(j$) { if (!j$.isObject_(actual)) { throw new Error( getErrorMsg( - 'Expected a spy object, but got ' + matchersUtil.pp(actual) + '.' + 'Expected a spy object, but got ' + typeof actual + '.' ) ); }