未验证 提交 0b9a53b7 编写于 作者: O openharmony_ci 提交者: Gitee

!5276 medialibrary用例名整改

Merge pull request !5276 from 秦莉文/master
...@@ -460,14 +460,14 @@ export default function mediaLibraryTestPromiseOnOffTest(abilityContext) { ...@@ -460,14 +460,14 @@ export default function mediaLibraryTestPromiseOnOffTest(abilityContext) {
}); });
/** /**
* @tc.number : SUB__MEDIA_MIDIALIBRARY_PROMISE_RELEASE_001 * @tc.number : SUB_MEDIA_MIDIALIBRARY_PROMISE_RELEASE_001
* @tc.name : release * @tc.name : release
* @tc.desc : Release MediaLibrary instance * @tc.desc : Release MediaLibrary instance
* @tc.size : MEDIUM * @tc.size : MEDIUM
* @tc.type : Function * @tc.type : Function
* @tc.level : Level 0 * @tc.level : Level 0
*/ */
it('SUB__MEDIA_MIDIALIBRARY_PROMISE_RELEASE_001', 0, async function (done) { it('SUB_MEDIA_MIDIALIBRARY_PROMISE_RELEASE_001', 0, async function (done) {
try { try {
await media.release(); await media.release();
console.info('MediaLibraryTest : release 001 passed'); console.info('MediaLibraryTest : release 001 passed');
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册