From 00e8142e630788a68f8e4623f0f189d8ffd5028a Mon Sep 17 00:00:00 2001 From: dbale-altoros Date: Wed, 10 Apr 2024 10:23:56 -0300 Subject: [PATCH] 4.5.3 bugs fix b --- test/rules/gas-consumption/gas-custom-errors.js | 1 - 1 file changed, 1 deletion(-) diff --git a/test/rules/gas-consumption/gas-custom-errors.js b/test/rules/gas-consumption/gas-custom-errors.js index 3916d77b..0256207a 100644 --- a/test/rules/gas-consumption/gas-custom-errors.js +++ b/test/rules/gas-consumption/gas-custom-errors.js @@ -210,5 +210,4 @@ describe('Linter - gas-custom-errors', () => { assertErrorCount(report, 1) }) - })