Skip to content

Commit

Permalink
fix lint error
Browse files Browse the repository at this point in the history
  • Loading branch information
jwbay committed Sep 28, 2016
1 parent 4d1517a commit c07e61f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/ShallowTraversal-spec.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@ describe('ShallowTraversal', () => {
const spy = sinon.spy();
const node = (
<div>
<p>{""}</p>
<p>{''}</p>
</div>
);
treeForEach(node, spy);
Expand Down

0 comments on commit c07e61f

Please sign in to comment.