Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastijankuzner committed Sep 30, 2024
1 parent ea3099f commit ad4b78a
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions packages/crypto-config/source/configuration.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@ describe<{
gas: cryptoJson.milestones[0].gas,
epoch: cryptoJson.milestones[0].epoch,
evmSpec: cryptoJson.milestones[0].evmSpec,
fees: cryptoJson.milestones[0].fees,
height: 0,
reward: "0",
satoshi: { decimals: 18, denomination: 1e18 },
Expand All @@ -58,7 +57,6 @@ describe<{
gas: cryptoJson.milestones[0].gas,
epoch: cryptoJson.milestones[0].epoch,
evmSpec: cryptoJson.milestones[0].evmSpec,
fees: cryptoJson.milestones[0].fees,
height: 1,
reward: "0",
satoshi: { decimals: 18, denomination: 1e18 },
Expand All @@ -77,7 +75,6 @@ describe<{
gas: cryptoJson.milestones[0].gas,
epoch: cryptoJson.milestones[0].epoch,
evmSpec: cryptoJson.milestones[0].evmSpec,
fees: cryptoJson.milestones[0].fees,
height: 75_600,
reward: "2000000000000000000",
satoshi: { decimals: 18, denomination: 1e18 },
Expand Down

0 comments on commit ad4b78a

Please sign in to comment.