Skip to content

Commit a851f22

Browse files
committed
fix failing frontend test
1 parent bf8b1ed commit a851f22

1 file changed

Lines changed: 0 additions & 6 deletions

File tree

web/src/app/diff/diff-view.component.spec.ts

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,6 @@ import {
2222
WindowConnectorService,
2323
} from '../services/frame-connection/window-connector.service';
2424
import { InMemoryWindowConnectionProvider } from '../services/frame-connection/window-connection-provider.service';
25-
import { TIMELINE_ANNOTATOR_RESOLVER } from '../annotator/timeline/resolver';
26-
import { getDefaultTimelineAnnotatorResolver } from '../annotator/timeline/default';
2725
import { CHANGE_PAIR_ANNOTATOR_RESOLVER } from '../annotator/change-pair/resolver';
2826
import { getDefaultChangePairAnnotatorResolver } from '../annotator/change-pair/default';
2927

@@ -39,10 +37,6 @@ describe('DiffViewComponent', () => {
3937
provide: WINDOW_CONNECTION_PROVIDER,
4038
useValue: new InMemoryWindowConnectionProvider(),
4139
},
42-
{
43-
provide: TIMELINE_ANNOTATOR_RESOLVER,
44-
useValue: getDefaultTimelineAnnotatorResolver(),
45-
},
4640
{
4741
provide: CHANGE_PAIR_ANNOTATOR_RESOLVER,
4842
useValue: getDefaultChangePairAnnotatorResolver(),

0 commit comments

Comments
 (0)