Skip to content

Commit 2a0aa1a

Browse files
committed
Fix failing test
1 parent 47e6384 commit 2a0aa1a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/components/src/tree-grid/test/roving-tab-index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import TestRenderer from 'react-test-renderer';
66
/**
77
* Internal dependencies
88
*/
9-
import RovingTabIndex from '../';
9+
import RovingTabIndex from '../roving-tab-index';
1010

1111
describe( 'RovingTabIndex', () => {
1212
it( 'does not render any elements other than its children', () => {

0 commit comments

Comments
 (0)