Skip to content

Commit

Permalink
woop fix import on tests
Browse files Browse the repository at this point in the history
  • Loading branch information
nerrad committed May 22, 2019
1 parent 03823a0 commit 5dfee2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/data-controls/src/test/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jest.mock( '@wordpress/api-fetch' );
/**
* Internal dependencies
*/
import controls from '../index';
import { controls } from '../index';

describe( 'controls', () => {
describe( 'API_FETCH', () => {
Expand Down

0 comments on commit 5dfee2c

Please sign in to comment.