Skip to content

Commit d7821b1

Browse files
committed
fix unit test
1 parent 7789059 commit d7821b1

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/app/cdk/interstitials/affiliations-interstitial/affiliations-interstitial.component.spec.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import { CUSTOM_ELEMENTS_SCHEMA } from '@angular/core'
88
import { OrganizationsService, UserService } from 'src/app/core'
99
import { RecordAffiliationService } from 'src/app/core/record-affiliations/record-affiliations.service'
1010
import { RecordService } from 'src/app/core/record/record.service'
11-
import { Register2Service } from 'src/app/core/register2/register2.service'
11+
import { RegisterService } from 'src/app/core/register/register.service'
1212
import { AffiliationsInterstitialComponent } from './affiliations-interstitial.component'
1313
import { EMPTY } from 'rxjs'
1414

@@ -38,7 +38,7 @@ describe('AffiliationsInterstitialComponent', () => {
3838
},
3939

4040
{
41-
provide: Register2Service,
41+
provide: RegisterService,
4242
useValue: {},
4343
},
4444

0 commit comments

Comments
 (0)