Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
vinistevam committed Feb 6, 2024
1 parent af27baf commit 01352bb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ describe('AdvancedGasFeeDefaults', () => {
it('should renders correct message when the default values are set and the priorityFee values are updated', () => {
render({
advancedGasFee: {
[CHAIN_IDS.GOERLI]: { maxBaseFee: '50', priorityFee: '2'},
[CHAIN_IDS.GOERLI]: { maxBaseFee: '50', priorityFee: '2' },
},
});
expect(document.getElementsByTagName('input')[2]).toBeChecked();
Expand Down

0 comments on commit 01352bb

Please sign in to comment.