Fix repo_binary_viewer_spec

This commit is contained in:
Luke "Jared" Bennett 2017-07-26 16:24:41 +01:00
parent b663a1fc95
commit 76ff3dfd95
No known key found for this signature in database
GPG Key ID: 402ED51FB5D306C2
1 changed files with 1 additions and 1 deletions

View File

@ -40,7 +40,7 @@ describe('RepoBinaryViewer', () => {
Store.activeFile = activeFile;
const vm = createComponent();
expect(vm.$el.querySelector(':scope > div')).toEqual(activeFile.html);
expect(vm.$el.querySelector(':scope > div').innerHTML).toEqual(activeFile.html);
});
it('does not render if no binary', () => {