Browse Source

fix jsunit tests for comments

Signed-off-by: Julien Veyssier <eneiluj@posteo.net>
tags/v23.0.0beta1
Julien Veyssier 2 years ago
parent
commit
a8ebf37b08
No account linked to committer's email address
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      apps/comments/tests/js/filespluginSpec.js

+ 1
- 1
apps/comments/tests/js/filespluginSpec.js View File

@@ -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…
Cancel
Save