Skip to content

Commit

Permalink
fix: fix testing duplicate issued
Browse files Browse the repository at this point in the history
  • Loading branch information
phodal committed May 1, 2020
1 parent 770643c commit bad62b7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ describe('MarkdownRadarChartComponent', () => {

beforeEach(async(() => {
TestBed.configureTestingModule({
imports: [SharedModule, SharedModule, MarkdownModule],
imports: [SharedModule, MarkdownModule],
declarations: [RatingRadarChartComponent],
}).compileComponents();
}));
Expand Down

0 comments on commit bad62b7

Please sign in to comment.