Skip to content

Commit

Permalink
lint fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jorgefilipecosta committed Sep 10, 2024
1 parent fe73508 commit 2a10201
Showing 1 changed file with 1 addition and 1 deletion.
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 { getPostEditURL, getPostTrashedURL, BrowserURL } from '../';
import { getPostEditURL, BrowserURL } from '../';

describe( 'getPostEditURL', () => {
it( 'should generate relative path with post and action arguments', () => {
Expand Down

0 comments on commit 2a10201

Please sign in to comment.