From 626d573d88179686a6944683719d84bf51fa115f Mon Sep 17 00:00:00 2001 From: Jianrong Date: Sat, 4 Sep 2021 21:11:29 +1000 Subject: [PATCH] remove unused empty test --- tests/block_signer_test.go | 6 ------ 1 file changed, 6 deletions(-) diff --git a/tests/block_signer_test.go b/tests/block_signer_test.go index cd9d433484..502a31d573 100644 --- a/tests/block_signer_test.go +++ b/tests/block_signer_test.go @@ -507,12 +507,6 @@ func TestCallUpdateM1WithSmartContractTranscation(t *testing.T) { } } -// Should have previous smart contract transcation, then have 2 blocks at Gap Step. -// Both Block should have update signer whenever they be added into main chain. - -func Test1(t *testing.T) { -} - // Should call updateM1 and update snapshot when a forked block(at gap block number) is inserted back into main chain (Edge case) func TestCallUpdateM1WhenForkedBlockBackToMainChain(t *testing.T) {