Skip to content

Commit 103b855

Browse files
committed
update to interacto 7
1 parent ae6b895 commit 103b855

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

src/app/history/history.component.spec.ts src/app/tree-history/tree-history.component.spec.ts

+6-6
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,20 @@
11
import { ComponentFixture, TestBed } from '@angular/core/testing';
22

3-
import { HistoryComponent } from './history.component';
3+
import { TreeHistoryComponent } from './tree-history.component';
44

5-
describe('HistoryComponent', () => {
6-
let component: HistoryComponent;
7-
let fixture: ComponentFixture<HistoryComponent>;
5+
describe('TreeHistoryComponent', () => {
6+
let component: TreeHistoryComponent;
7+
let fixture: ComponentFixture<TreeHistoryComponent>;
88

99
beforeEach(async () => {
1010
await TestBed.configureTestingModule({
11-
declarations: [ HistoryComponent ]
11+
declarations: [ TreeHistoryComponent ]
1212
})
1313
.compileComponents();
1414
});
1515

1616
beforeEach(() => {
17-
fixture = TestBed.createComponent(HistoryComponent);
17+
fixture = TestBed.createComponent(TreeHistoryComponent);
1818
component = fixture.componentInstance;
1919
fixture.detectChanges();
2020
});

0 commit comments

Comments
 (0)