Skip to content

Commit

Permalink
fix unmarshal
Browse files Browse the repository at this point in the history
  • Loading branch information
ngocthanh1389 committed May 10, 2024
1 parent 2439c2e commit ae66462
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions v2/savings_service_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
Expand Down

0 comments on commit ae66462

Please sign in to comment.