Skip to content

Commit

Permalink
CUDOS-1942 fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
tgntr committed Dec 9, 2022
1 parent 95c2b7c commit 9c71ab1
Showing 1 changed file with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions src/screens/block_details/index.test.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -64,22 +64,22 @@ const mockAverageBlockTime = jest.fn().mockResolvedValue({
operatorAddress: 'desmosvaloper18kvwy5hzcu3ss08lcfcnx0eajuecg69uvk76c3',
},
},
},
],
preCommitsAggregate: {
aggregate: {
sum: {
votingPower: 7304,
},
},
},
preCommits: [
{
validator: {
validatorInfo: {
operatorAddress: 'desmosvaloper1qlh47ty9ah2d5e0xq6gsvqjvfulljl9602k7f9',
preCommitsAggregate: {
aggregate: {
sum: {
votingPower: 7304,
},
},
},
preCommits: [
{
validator: {
validatorInfo: {
operatorAddress: 'desmosvaloper1qlh47ty9ah2d5e0xq6gsvqjvfulljl9602k7f9',
},
},
},
],
},
],
},
Expand Down

0 comments on commit 9c71ab1

Please sign in to comment.