fixed type issues in tests

This commit is contained in:
Art Lowel
2018-01-17 16:29:12 +01:00
parent 334b07ac26
commit f349f27002
4 changed files with 6 additions and 5 deletions

View File

@@ -1,4 +1,5 @@
import { ConfigSuccessResponse, ErrorResponse } from '../cache/response-cache.models';
import { DSpaceRESTV2Response } from '../dspace-rest-v2/dspace-rest-v2-response.model';
import { ConfigResponseParsingService } from './config-response-parsing.service';
import { ObjectCacheService } from '../cache/object-cache.service';
import { GlobalConfig } from '../../../config/global-config.interface';