mirror of
https://gitlab.com/Binaryify/neteasecloudmusicapi.git
synced 2025-05-23 22:37:41 +08:00
fix login test error
This commit is contained in:
parent
57e5e0f5e5
commit
f6319c8b6e
@ -21,8 +21,9 @@ describe('测试登录是否正常', () => {
|
|||||||
console.log('昵称:' + data.profile.nickname)
|
console.log('昵称:' + data.profile.nickname)
|
||||||
assert(data.code === 200)
|
assert(data.code === 200)
|
||||||
done()
|
done()
|
||||||
}
|
} else {
|
||||||
done('登录错误')
|
done('登录错误')
|
||||||
|
}
|
||||||
})
|
})
|
||||||
.catch((err) => {
|
.catch((err) => {
|
||||||
done(err)
|
done(err)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user