From fc437d79e6294418c5c795e9bded39d36e3519dc Mon Sep 17 00:00:00 2001 From: yann300 Date: Mon, 17 Feb 2025 10:03:42 +0100 Subject: [PATCH] fix linting --- libs/remix-debug/test/decoder/storageDecoder.ts | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/libs/remix-debug/test/decoder/storageDecoder.ts b/libs/remix-debug/test/decoder/storageDecoder.ts index 39db8d0735..3e2b9c6447 100644 --- a/libs/remix-debug/test/decoder/storageDecoder.ts +++ b/libs/remix-debug/test/decoder/storageDecoder.ts @@ -8,7 +8,6 @@ const testMappingStorage = require('./stateTests/mapping') const testRevertState = require('./stateTests/revert-state') const testRevertStateSubCall = require('./stateTests/revert-state-sub-call') - tape('solidity', function (t) { t.test('storage decoder', function (st) { console.log('test int storage') @@ -21,7 +20,7 @@ tape('solidity', function (t) { testMappingStorage(st, function () { console.log('test revert state') testRevertState(st, function () { - console.log('test revert state sub call') + console.log('test revert state sub call') testRevertStateSubCall(st, function () { st.end() })