Commit 76ff3dfd authored by Luke "Jared" Bennett's avatar Luke "Jared" Bennett

Fix repo_binary_viewer_spec

parent b663a1fc
......@@ -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', () => {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment