check md5

This commit is contained in:
Sayem Chowdhury 2021-02-23 23:49:00 +06:00
parent 1e604e874c
commit 8fc29efd46
1 changed files with 1 additions and 0 deletions

View File

@ -16,6 +16,7 @@ test.serial('GET TRACK INFO', async (t) => {
t.is(response.SNG_ID, SNG_ID);
t.is(response.ISRC, 'GBDUW0000059');
t.is(response.MD5_ORIGIN, '51afcde9f56a132096c0496cc95eb24b');
t.is(response.__TYPE__, 'song');
});