From b6d40a931286b4c998f58ad074db0a692aeace6e Mon Sep 17 00:00:00 2001 From: Taylor Gerring Date: Wed, 10 Jun 2015 16:29:42 -0400 Subject: Cleanup/reorg --- tests/transaction_test.go | 2 -- 1 file changed, 2 deletions(-) (limited to 'tests/transaction_test.go') diff --git a/tests/transaction_test.go b/tests/transaction_test.go index 05942d3bf..e1237dee2 100644 --- a/tests/transaction_test.go +++ b/tests/transaction_test.go @@ -5,8 +5,6 @@ import ( "testing" ) -var transactionTestDir = filepath.Join(baseDir, "TransactionTests") - func TestTransactions(t *testing.T) { notWorking := make(map[string]bool, 100) -- cgit