diff options
Diffstat (limited to 'apps/comments/tests')
-rw-r--r-- | apps/comments/tests/js/filespluginSpec.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/comments/tests/js/filespluginSpec.js b/apps/comments/tests/js/filespluginSpec.js index 8057be264ea..1678c6c4150 100644 --- a/apps/comments/tests/js/filespluginSpec.js +++ b/apps/comments/tests/js/filespluginSpec.js @@ -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() { |