Fix error message in jasmine.any
The expected any 'class' was not being included in the error message due to accessing the wrong property
This commit is contained in:
@@ -40,6 +40,7 @@ describe("Any", function() {
|
||||
var any = new j$.Any(Number);
|
||||
|
||||
expect(any.jasmineToString()).toMatch('<jasmine.any');
|
||||
expect(any.jasmineToString()).toMatch('Number');
|
||||
});
|
||||
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user