瀏覽代碼

Remove unneeded map assignments for working tx RLP tests

Gustav Simonsson 10 年之前
父節點
當前提交
6dc2146ed7
共有 1 個文件被更改,包括 0 次插入7 次删除
  1. 0 7
      tests/transaction_test.go

+ 0 - 7
tests/transaction_test.go

@@ -42,13 +42,6 @@ func TestTransactions(t *testing.T) {
 
 func TestWrongRLPTransactions(t *testing.T) {
 	notWorking := make(map[string]bool, 100)
-	// TODO: all commented out tests should work!
-	notWorking[""] = true
-	notWorking[""] = true
-	notWorking[""] = true
-	notWorking[""] = true
-	notWorking[""] = true
-
 	var err error
 	err = RunTransactionTests("./files/TransactionTests/ttWrongRLPTransaction.json",
 		notWorking)