Skip to content

Commit

Permalink
[Plugin] skip feeConfig getter gas test on coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
0xVolosnikov committed Aug 31, 2023
1 parent aebfd50 commit 855f5de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/plugins/test/AlgebraBasePluginV1.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -740,7 +740,7 @@ describe('AlgebraBasePluginV1', () => {
expect(newConfig.baseFee).to.eq(configuration.baseFee);
});

it('feeConfig getter gas cost', async () => {
it('feeConfig getter gas cost [ @skip-on-coverage ]', async () => {
await plugin.changeFeeConfiguration(configuration);
await snapshotGasCost(plugin.feeConfig.estimateGas());
});
Expand Down

0 comments on commit 855f5de

Please sign in to comment.