diff --git a/projects/player/src/app/components/layouts/pages-layout/pages-layout.component.spec.ts b/projects/player/src/app/components/layouts/pages-layout/pages-layout.component.spec.ts
index bcfcc68b26fb0d3ed59f7aff681c00b9b9225cf1..dcad71ec6e44ae1a9ff30ad59c68f90e794fbd81 100644
--- a/projects/player/src/app/components/layouts/pages-layout/pages-layout.component.spec.ts
+++ b/projects/player/src/app/components/layouts/pages-layout/pages-layout.component.spec.ts
@@ -1,6 +1,5 @@
 import { ComponentFixture, TestBed } from '@angular/core/testing';
 import { Subject } from 'rxjs';
-import { FlexModule } from '@angular/flex-layout';
 import { PagesLayoutComponent } from './pages-layout.component';
 
 describe('PagesLayoutComponent', () => {
@@ -9,8 +8,7 @@ describe('PagesLayoutComponent', () => {
 
   beforeEach(async () => {
     await TestBed.configureTestingModule({
-      declarations: [PagesLayoutComponent],
-      imports: [FlexModule]
+      declarations: [PagesLayoutComponent]
     })
       .compileComponents();
   });