Attempt to fix the test

This commit is contained in:
Aiqiao Yan
2020-05-13 13:43:13 -04:00
parent 1413cd0e32
commit b3c8e19a7a
5 changed files with 33 additions and 10 deletions
+1 -1
View File
@@ -20,6 +20,6 @@ export interface ReserveCacheResponse {
cacheId: number
}
export interface CacheOptions {
export interface InternalCacheOptions {
compressionMethod?: CompressionMethod
}