Skip to content

Commit acdd7e7

Browse files
Julien Veyssierbackportbot[bot]
authored andcommitted
fix jsunit tests for comments
Signed-off-by: Julien Veyssier <eneiluj@posteo.net>
1 parent ae2e32c commit acdd7e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/comments/tests/js/filespluginSpec.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ describe('OCA.Comments.FilesPlugin tests', function() {
7676
expect(sidebarTabStub.calledOnce).toEqual(true);
7777
expect(sidebarTabStub.lastCall.args[0]).toEqual('comments');
7878
expect(sidebarStub.calledOnce).toEqual(true);
79-
expect(sidebarStub.lastCall.args[0]).toEqual('/One.txt');
79+
expect(sidebarStub.lastCall.args[0]).toEqual('/subdir/One.txt');
8080
});
8181
});
8282
describe('elementToFile', function() {

0 commit comments

Comments
 (0)