Skip to content

Commit

Permalink
fixed button test
Browse files Browse the repository at this point in the history
  • Loading branch information
kagux committed Jan 22, 2016
1 parent 678bd81 commit 485be5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/button/__test__/index.spec.jsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import expect from 'expect';
import style from '../../button/style';
import utils from '../../utils/testing';
import {RegularButton as Button} from '../Button';
import {RawButton as Button} from '../Button';

describe('Button', function () {
let button;
Expand Down

0 comments on commit 485be5e

Please sign in to comment.