File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
projects/dashboards/src/test Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change 99 TimeRangeService ,
1010 TimeUnit
1111} from '@hypertrace/common' ;
12- import { MetadataService } from '@hypertrace/distributed-tracing' ;
12+ import { GraphQlQueryEventService , MetadataService } from '@hypertrace/distributed-tracing' ;
1313import { GraphQlRequestService } from '@hypertrace/graphql-client' ;
1414import { ModelJson } from '@hypertrace/hyperdash' ;
1515import { DashboardManagerService , LoggerService , RENDERER_API } from '@hypertrace/hyperdash-angular' ;
@@ -33,6 +33,7 @@ export const isValidModelJson = (
3333
3434export const mockDashboardProviders = [
3535 mockProvider ( GraphQlRequestService ) ,
36+ mockProvider ( GraphQlQueryEventService ) ,
3637 mockProvider ( ColorService ) ,
3738 mockProvider ( LayoutChangeService , {
3839 layout$ : of ( )
You can’t perform that action at this time.
0 commit comments