Skip to content

Commit

Permalink
fix album unit test description error
Browse files Browse the repository at this point in the history
  • Loading branch information
Binaryify committed Apr 5, 2017
1 parent 7acdd0f commit caaa981
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/album.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -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 => {
Expand Down

0 comments on commit caaa981

Please sign in to comment.