Skip to content

Commit

Permalink
Merge pull request #349 from lidofinance/feature/si-1431-fix-tests-on…
Browse files Browse the repository at this point in the history
…-esw

feat: add to tests.validationResult new field 'tsAdded'
  • Loading branch information
itaven authored Jun 10, 2024
2 parents 3ce00b6 + 04a3342 commit 8729bfe
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 8729bfe

Please sign in to comment.