Skip to content

Commit 53f1798

Browse files
author
Bond
committed
Fix failing test
1 parent 4b6fc1d commit 53f1798

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

__tests__/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ describe('Components', () => {
6161
wrapper.update();
6262
const node = wrapper.getDOMNode();
6363
expect(node.getAttribute('src').includes('marker')).toBe(true);
64-
expect(node.getAttribute('src')).toContain('color=red');
64+
expect(node.getAttribute('src')).toContain('color:red');
6565
done();
6666
}, 15);
6767
});

0 commit comments

Comments
 (0)