Skip to content

Commit

Permalink
updated component being used
Browse files Browse the repository at this point in the history
  • Loading branch information
Ryan Lee Morrow committed Sep 27, 2017
1 parent 0adf457 commit 7153d6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/guides/migration-from-2-to-3.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ import { shallow } from 'enzyme';
import StatusLabel from './path/to/StatusLabel';
import Icon from './path/to/Icon';

const wrapper = shallow(<StatusIcon id="success" label="Success" />);
const wrapper = shallow(<StatusLabel id="success" label="Success" />);

const iconCount = wrapper.find(Icon).length;
```
Expand Down

0 comments on commit 7153d6b

Please sign in to comment.