Fix supersticker bgColor

This commit is contained in:
taizan-hokuto
2020-07-24 22:41:07 +09:00
parent 9bbdb6c4de
commit 713215f1d7
2 changed files with 2 additions and 2 deletions

View File

@@ -136,7 +136,7 @@ def test_supersticker(mocker):
assert ret.amountValue == 200
assert ret.amountString == "¥200"
assert ret.currency == "JPY"
assert ret.bgColor == 4278248959
assert ret.bgColor == 4278237396
assert ret.sticker == "https://lh3.googleusercontent.com/param_s=s72-rp"
assert ret.author.name == "author_name"
assert ret.author.channelId == "author_channel_id"