mirror of
https://git.anonymousland.org/anonymousland/synapse-product.git
synced 2024-10-01 08:25:44 -04:00
Use .not.toEqual instead of .toNotEqual which is in a newer version of Jasmine.
This commit is contained in:
parent
dd8af5565b
commit
c9c2e39531
@ -79,6 +79,6 @@ describe("RegisterController ", function() {
|
|||||||
scope.register();
|
scope.register();
|
||||||
rootScope.$digest();
|
rootScope.$digest();
|
||||||
|
|
||||||
expect(scope.feedback).toNotEqual(prevFeedback);
|
expect(scope.feedback).not.toEqual(prevFeedback);
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
Loading…
Reference in New Issue
Block a user