Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
vorujack committed Dec 22, 2023
1 parent d06af1e commit 8bcf21b
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion services/watcher/tests/ergo/statistics/mockUtils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -321,7 +321,10 @@ const revenueWeeklyChart = [
tokenId:
'0034c44f0c7a38f833190d44125ff9b3a0dd9dbb89138160182a930bc521db95',
},
data: [{ label: '123379200000', amount: '10' }],
data: [
{ label: '123379200000', amount: '10' },
{ label: '0', amount: '0' },
],
},
{
title: {
Expand Down

0 comments on commit 8bcf21b

Please sign in to comment.