mirror of
https://github.com/datahaven-xyz/datahaven
synced 2026-05-24 09:50:01 +00:00
test: fix gas expectation
This commit is contained in:
parent
ed005a3a50
commit
cdf438d6db
2 changed files with 2 additions and 2 deletions
|
|
@ -16,7 +16,7 @@ describeSuite({
|
|||
account: ALITH_ADDRESS,
|
||||
data: bytecode
|
||||
})
|
||||
).to.equal(210541n);
|
||||
).to.equal(156082n);
|
||||
}
|
||||
});
|
||||
}
|
||||
|
|
|
|||
|
|
@ -129,7 +129,7 @@ describeSuite({
|
|||
account: PRECOMPILE_BATCH_ADDRESS,
|
||||
data: bytecode
|
||||
})
|
||||
).toBe(210541n);
|
||||
).toBe(156082n);
|
||||
}
|
||||
});
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue