Skip to content

Commit

Permalink
[vault-test]: improves PR
Browse files Browse the repository at this point in the history
  • Loading branch information
dfkadyr committed Jan 18, 2024
1 parent 2819628 commit 81c174f
Showing 1 changed file with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,17 +9,17 @@ describe('modifyUserReward and modifyUserRewards functions', () => {
date: '1694908800',
sumRewards: '344379922475148628745',
dailyRewards: '344379922475148628745',
dailyRewardsEur: "0.10",
dailyRewardsGbp: "0.09",
dailyRewardsUsd: "0.11",
dailyRewardsEur: '0.10',
dailyRewardsGbp: '0.09',
dailyRewardsUsd: '0.11',
},
{
date: '1694995200',
sumRewards: '344382187878289278175',
dailyRewards: '0',
dailyRewardsEur: "0.10",
dailyRewardsGbp: "0.09",
dailyRewardsUsd: "0.11",
dailyRewardsEur: '0.10',
dailyRewardsGbp: '0.09',
dailyRewardsUsd: '0.11',
},
],
}
Expand Down

0 comments on commit 81c174f

Please sign in to comment.