From ae664624ab0465a413019f8443a9562ad605aac8 Mon Sep 17 00:00:00 2001 From: "minhthanh.vu" Date: Fri, 10 May 2024 14:29:10 +0700 Subject: [PATCH] fix unmarshal --- v2/savings_service_test.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/v2/savings_service_test.go b/v2/savings_service_test.go index 265890c0..d62ed796 100644 --- a/v2/savings_service_test.go +++ b/v2/savings_service_test.go @@ -550,14 +550,14 @@ func (s *savingsServiceTestSuite) TestGetFlexibleRewardHistoryService() { { "asset": "BUSD", "rewards": "0.00006408", - "projectId": "USDT001", + "productId": "USDT001", "type": "BONUS", "time": 1577233578000 }, { "asset": "USDT", "rewards": "0.00687654", - "projectId": "USDT001", + "productId": "USDT001", "type": "REALTIME", "time": 1577233562000 }