mirror of
https://github.com/nextcloud/server.git
synced 2026-04-22 23:03:00 -04:00
Replace deprecated sinon reset() call with resetHistory()
Signed-off-by: Julius Härtl <jus@bitgrid.net>
This commit is contained in:
parent
b87b0689c5
commit
16865e59dd
1 changed files with 1 additions and 1 deletions
|
|
@ -79,7 +79,7 @@ describe('DeleteHandler tests', function() {
|
|||
|
||||
expect(showNotificationSpy.calledOnce).toEqual(true);
|
||||
expect(showNotificationSpy.getCall(0).args[0]).toEqual('removed some_uid entry');
|
||||
showNotificationSpy.reset();
|
||||
showNotificationSpy.resetHistory();
|
||||
|
||||
handler.mark('some_other_uid');
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue