From 4a056d7c82dfa2798e8fd4e57220d380d86fcfb4 Mon Sep 17 00:00:00 2001 From: zhangxingxia Date: Wed, 15 Jun 2022 17:25:06 +0800 Subject: [PATCH] update fileio xts Signed-off-by: zhangxingxia --- .../main/js/default/test/module_fileio/class_dir/read.test.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/storage/storagefileiojstest/src/main/js/default/test/module_fileio/class_dir/read.test.js b/storage/storagefileiojstest/src/main/js/default/test/module_fileio/class_dir/read.test.js index d42040f8b..92d7f4a87 100644 --- a/storage/storagefileiojstest/src/main/js/default/test/module_fileio/class_dir/read.test.js +++ b/storage/storagefileiojstest/src/main/js/default/test/module_fileio/class_dir/read.test.js @@ -142,7 +142,7 @@ describe('fileio_dir_read', function () { /** * @tc.number SUB_DF_FILEIO_DIR_READ_SYNC_0100 * @tc.name fileio_dir_read_sync_001 - * @tc.desc Test Dir.readSync() interface. + * @tc.desc Test Dir.readSync() interface,there are multiple parameters. * @tc.size MEDIUM * @tc.type Function * @tc.level Level 0 -- GitLab