Skip to content

Commit

Permalink
fix(tests/epochs): any epoch and nonce on latest
Browse files Browse the repository at this point in the history
  • Loading branch information
mmahut authored and sorki committed Nov 22, 2022
1 parent e1c166a commit 098edaf
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions test/integration/fixtures/mainnet/epochs.ts
Expand Up @@ -3580,10 +3580,10 @@ export default [
},
},
{
testName: 'epochs/:number/parameters',
testName: 'epochs/latest/parameters',
endpoints: ['epochs/latest/parameters'],
response: {
epoch: 374,
epoch: expect.any(Number),
min_fee_a: 44,
min_fee_b: 155381,
max_block_size: 90112,
Expand All @@ -3602,7 +3602,7 @@ export default [
protocol_minor_ver: 0,
min_utxo: '4310',
min_pool_cost: '340000000',
nonce: '53606952e39eadd5eea559be517f9741c9538073e987ec1b7a6c7a05db6195d3',
nonce: expect.any(String),
cost_models: {
PlutusV1: {
'addInteger-cpu-arguments-intercept': 205665,
Expand Down

0 comments on commit 098edaf

Please sign in to comment.