Skip to content

Commit

Permalink
Fix typo in the tests
Browse files Browse the repository at this point in the history
  • Loading branch information
adamziel committed Feb 15, 2022
1 parent 33cdb4e commit caa48a7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ import { act, render } from '@testing-library/react';
import { store as coreDataStore } from '../../index';
import useResourcePermissions from '../use-resource-permissions';

describe( 'useEntityRecord', () => {
describe( 'useResourcePermissions', () => {
let registry;
beforeEach( () => {
jest.useFakeTimers();
Expand Down

0 comments on commit caa48a7

Please sign in to comment.