We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ae2e32c commit acdd7e7Copy full SHA for acdd7e7
apps/comments/tests/js/filespluginSpec.js
@@ -76,7 +76,7 @@ describe('OCA.Comments.FilesPlugin tests', function() {
76
expect(sidebarTabStub.calledOnce).toEqual(true);
77
expect(sidebarTabStub.lastCall.args[0]).toEqual('comments');
78
expect(sidebarStub.calledOnce).toEqual(true);
79
- expect(sidebarStub.lastCall.args[0]).toEqual('/One.txt');
+ expect(sidebarStub.lastCall.args[0]).toEqual('/subdir/One.txt');
80
});
81
82
describe('elementToFile', function() {
0 commit comments