jasmine: fix copypasta
This commit is contained in:
parent
3d67b23fc1
commit
a5eac65805
|
@ -61,8 +61,8 @@ layout: default
|
|||
stub = jasmine.createSpy('stub')
|
||||
stub("hello")
|
||||
|
||||
expect(whatAmI.identity).toEqual("stub")
|
||||
expect(whatAmI).toHaveBeenCalled()
|
||||
expect(stub.identity).toEqual("stub")
|
||||
expect(stub).toHaveBeenCalled()
|
||||
|
||||
### Async
|
||||
|
||||
|
|
Loading…
Reference in New Issue