mirror of
https://mau.dev/maunium/synapse.git
synced 2024-10-01 01:36:05 -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();
|
||||
rootScope.$digest();
|
||||
|
||||
expect(scope.feedback).toNotEqual(prevFeedback);
|
||||
expect(scope.feedback).not.toEqual(prevFeedback);
|
||||
});
|
||||
});
|
||||
|
Loading…
Reference in New Issue
Block a user