Skip to content

Commit 19d8180

Browse files
committed
fix(tests): Change test name
1 parent d0db52b commit 19d8180

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

projects/ngqp/core/src/test/input-text.spec.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import { Component } from '@angular/core';
22
import { Router } from '@angular/router';
33
import { async, ComponentFixture, fakeAsync, TestBed, tick } from '@angular/core/testing';
44
import { RouterTestingModule } from '@angular/router/testing';
5-
import { QueryParamBuilder, QueryParamGroup, QueryParamGroupDirective, QueryParamModule } from '../public_api';
5+
import { QueryParamBuilder, QueryParamGroup, QueryParamModule } from '../public_api';
66
import { setupNavigationWarnStub } from './util';
77

88
@Component({
@@ -24,7 +24,7 @@ class BasicTestComponent {
2424

2525
}
2626

27-
describe(QueryParamGroupDirective.name, () => {
27+
describe('ngqp', () => {
2828
let fixture: ComponentFixture<BasicTestComponent>;
2929
let component: BasicTestComponent;
3030
let input: HTMLInputElement;

0 commit comments

Comments
 (0)