[AAE-10778] Fix unit test: fix the class name to match the 'adf-viewer-render.image-viewer-scaling' get from the appConfigService

This commit is contained in:
Amedeo Lepore
2022-12-16 12:53:45 +01:00
parent 9e8158f4dc
commit 1be863a17c

View File

@@ -68,7 +68,7 @@ describe('Test Img viewer component ', () => {
beforeEach(() => {
const appConfig: AppConfigService = TestBed.inject(AppConfigService);
appConfig.config['adf-viewer.image-viewer-scaling'] = 70;
appConfig.config['adf-viewer-render.image-viewer-scaling'] = 70;
component.initializeScaling();
});