rename class
This commit is contained in:
committed by
Jacob Overgaard
parent
3b6161c85b
commit
1ab4230b6b
@@ -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', () => {
|
||||
|
||||
Reference in New Issue
Block a user