提交 caaa981c 编写于 作者: B binaryify

fix album unit test description error

上级 7acdd0fc
......@@ -3,7 +3,7 @@ const crypto = require('crypto')
const { createRequest } = require("../util/util")
describe('测试获取歌手专辑列表是否正常', () => {
it('数据应该有 lrc 字段', done => {
it('数据的 code 应该为200', done => {
const id = 32311
createRequest(`/api/album/${id}`, 'GET', null)
.then(result => {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册