call tests the correct name

This commit is contained in:
Mads Rasmussen
2023-11-06 11:30:32 +01:00
parent dd3d30036d
commit 316bf2fcdf

View File

@@ -3,7 +3,7 @@ import { UmbPaginationManager } from './pagination.manager.js';
import { Observable } from '@umbraco-cms/backoffice/external/rxjs';
import { UmbChangeEvent } from '@umbraco-cms/backoffice/event'
describe('UmbContextConsumer', () => {
describe('UmbPaginationManager', () => {
let manager: UmbPaginationManager;
beforeEach(() => {