Fix for test case, since we now remove HTML tags from program description

This commit is contained in:
Arif Budiman 2023-09-18 17:10:46 -07:00
parent 8b1be0607f
commit a1f6afa9f8

View file

@ -52,7 +52,7 @@ it('can parse response', async () => {
start: dayjs.tz(date, 'Asia/Seoul'),
stop: dayjs.tz(date, 'Asia/Seoul').add(30, 'minute'),
icon: "https://img.arirang.com/v1/AUTH_d52449c16d3b4bbca17d4fffd9fc44af/public/images/202308/2080840096998752900.png",
description: "NEWS<div></div>",
description: "NEWS",
category: "Current Affairs"
}
)