Skip to content

Commit

Permalink
rename test name
Browse files Browse the repository at this point in the history
  • Loading branch information
Esteban Beltran committed May 11, 2022
1 parent 2c6e94c commit 1f76971
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jest.mock('../../containers/use_get_cases_status');
const useGetCasesMetricsMock = useGetCasesMetrics as jest.Mock;
const useGetCasesStatusMock = useGetCasesStatus as jest.Mock;

describe('Count stats', () => {
describe('Cases metrics', () => {
useGetCasesStatusMock.mockReturnValue({
countOpenCases: 2,
countInProgressCases: 3,
Expand Down

0 comments on commit 1f76971

Please sign in to comment.