Skip to content

Commit

Permalink
Fix heading test import
Browse files Browse the repository at this point in the history
  • Loading branch information
sarayourfriend authored and gziolo committed Apr 30, 2021
1 parent 686c39d commit 0a84321
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/components/src/heading/test/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import { render } from '@testing-library/react';
/**
* Internal dependencies
*/
import { Heading } from '../index';
import Heading from '../index';

describe( 'props', () => {
let base;
Expand Down

0 comments on commit 0a84321

Please sign in to comment.