Skip to content

Commit

Permalink
feat: add to tests.validationResult new field 'tsAdded'
Browse files Browse the repository at this point in the history
  • Loading branch information
solidovic committed Jun 9, 2024
1 parent 3ce00b6 commit 04a3342
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions test/consts.ts
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,9 @@ const LIDO_STATS_SCHEMA = {
bid: {
type: 'number',
},
tsAdded: {
type: 'number',
},
currency: {
type: 'string',
},
Expand Down

0 comments on commit 04a3342

Please sign in to comment.