File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ import { clientInputValidationDecorator } from '../clientInputValidation';
44// Mocks
55import { DebugLogger } from '../../logger/browser/DebugLogger' ;
66import { createClientMock } from './testUtils' ;
7- import { FallbackTreatmentsCalculator , IFallbackCalculator } from '../../evaluator/fallbackTreatmentsCalculator' ;
7+ import { FallbackTreatmentsCalculator } from '../../evaluator/fallbackTreatmentsCalculator' ;
88
99const settings : any = {
1010 log : DebugLogger ( ) ,
@@ -14,7 +14,7 @@ const settings: any = {
1414const EVALUATION_RESULT = 'on' ;
1515const client : any = createClientMock ( EVALUATION_RESULT ) ;
1616
17- const fallbackTreatmentsCalculator : IFallbackCalculator = FallbackTreatmentsCalculator ( ) ;
17+ const fallbackTreatmentsCalculator = FallbackTreatmentsCalculator ( ) ;
1818
1919const readinessManager : any = {
2020 isReadyFromCache : ( ) => true ,
You can’t perform that action at this time.
0 commit comments