Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
alexciesielski committed May 14, 2024
1 parent 8f03d60 commit 0acad20
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/app/components/dynamicdialog/dynamicdialog.spec.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { CommonModule } from '@angular/common';
import { Component, NgModule } from '@angular/core';
import { ComponentFixture, fakeAsync, flush, TestBed, tick } from '@angular/core/testing';
import { ComponentFixture, TestBed, fakeAsync, flush, tick } from '@angular/core/testing';
import { NoopAnimationsModule } from '@angular/platform-browser/animations';
import { Footer } from 'primeng/api';
import { DialogService } from './dialogservice';
Expand Down Expand Up @@ -57,7 +57,7 @@ export class TestDynamicDialogWithClosableFalseComponent {
})
export class FakeTestDialogModule {}

fdescribe('DynamicDialog', () => {
describe('DynamicDialog', () => {
beforeEach(() => {
TestBed.configureTestingModule({
imports: [NoopAnimationsModule, FakeTestDialogModule, Footer]
Expand Down

0 comments on commit 0acad20

Please sign in to comment.