Skip to content

Commit

Permalink
Change wrong class in example
Browse files Browse the repository at this point in the history
  • Loading branch information
W. Hollebrandse committed May 23, 2024
1 parent 426ae03 commit e3ae8de
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -215,11 +215,11 @@ describe('MyStoreService', () => {
beforeEach(() => {
TestBed.configureTestingModule({
providers: [
BarrierControlBarrierDashboardStoreService,
MyStoreService,
{ provide: ApiService, useValue: apiServiceMock },
],
});
service = TestBed.inject(BarrierControlBarrierDashboardStoreService);
service = TestBed.inject(MyStoreService);
effectTester = new EffectTester(service);
});

Expand Down

0 comments on commit e3ae8de

Please sign in to comment.