diff --git a/storage/storagestatisticsjstest/entry/src/main/ets/test/StorageStatistics.test.ets b/storage/storagestatisticsjstest/entry/src/main/ets/test/StorageStatistics.test.ets index 41f4e67bcf4a259b5231a129ce7774147ae915ea..454adb08eec7d95cb500b31d72c91a6e5bf18b5f 100644 --- a/storage/storagestatisticsjstest/entry/src/main/ets/test/StorageStatistics.test.ets +++ b/storage/storagestatisticsjstest/entry/src/main/ets/test/StorageStatistics.test.ets @@ -13,7 +13,7 @@ * limitations under the License. */ -import storageStatistics from "@ohos.storageStatistics"; +import storageStatistics from "@ohos.file.storageStatistics"; import { describe, it, expect } from "@ohos/hypium" import {isIntNum, isNegativeNum, isInclude} from "./Common";