rename class

This commit is contained in:
Mads Rasmussen
2023-03-01 17:10:00 +01:00
committed by Jacob Overgaard
parent 3b6161c85b
commit 1ab4230b6b
23 changed files with 75 additions and 84 deletions

View File

@@ -1,12 +1,12 @@
import { expect } from '@open-wc/testing';
import { UmbNotificationHandler, UmbNotificationService } from '.';
import { UmbNotificationHandler, UmbNotificationContext } from '.';
describe('UCPNotificationService', () => {
let notificationService: UmbNotificationService;
let notificationService: UmbNotificationContext;
beforeEach(async () => {
notificationService = new UmbNotificationService();
notificationService = new UmbNotificationContext();
});
describe('Public API', () => {