mirror of
https://github.com/nextcloud/server.git
synced 2026-04-15 22:11:17 -04:00
fix jsunit tests for comments
Signed-off-by: Julien Veyssier <eneiluj@posteo.net>
This commit is contained in:
parent
5914c5e59c
commit
a8ebf37b08
1 changed files with 1 additions and 1 deletions
|
|
@ -89,7 +89,7 @@ describe('OCA.Comments.FilesPlugin tests', function() {
|
|||
expect(sidebarTabStub.calledOnce).toEqual(true);
|
||||
expect(sidebarTabStub.lastCall.args[0]).toEqual('comments');
|
||||
expect(sidebarStub.calledOnce).toEqual(true);
|
||||
expect(sidebarStub.lastCall.args[0]).toEqual('/One.txt');
|
||||
expect(sidebarStub.lastCall.args[0]).toEqual('/subdir/One.txt');
|
||||
});
|
||||
});
|
||||
describe('elementToFile', function() {
|
||||
|
|
|
|||
Loading…
Reference in a new issue