diff --git a/bchain/coins/bch/bcashrpc_test.go b/bchain/coins/bch/bcashrpc_test.go index 1c9eefd8..70c5e69e 100644 --- a/bchain/coins/bch/bcashrpc_test.go +++ b/bchain/coins/bch/bcashrpc_test.go @@ -52,11 +52,11 @@ func TestBCashRPC_GetTransaction(t *testing.T) { rpcTest.TestGetTransaction(t) } -func TestBCashRPC_TestGetTransactionForMempool(t *testing.T) { +func TestBCashRPC_GetTransactionForMempool(t *testing.T) { rpcTest.TestGetTransactionForMempool(t) } -func TestBCashRPC_TestMempoolSync(t *testing.T) { +func TestBCashRPC_MempoolSync(t *testing.T) { rpcTest.TestMempoolSync(t) } diff --git a/bchain/coins/btc/bitcoinrpc_test.go b/bchain/coins/btc/bitcoinrpc_test.go index 4141cc51..28da6dd8 100644 --- a/bchain/coins/btc/bitcoinrpc_test.go +++ b/bchain/coins/btc/bitcoinrpc_test.go @@ -52,11 +52,11 @@ func TestBitcoinRPC_GetTransaction(t *testing.T) { rpcTest.TestGetTransaction(t) } -func TestBitcoinRPC_TestGetTransactionForMempool(t *testing.T) { +func TestBitcoinRPC_GetTransactionForMempool(t *testing.T) { rpcTest.TestGetTransactionForMempool(t) } -func TestBitcoinRPC_TestMempoolSync(t *testing.T) { +func TestBitcoinRPC_MempoolSync(t *testing.T) { rpcTest.TestMempoolSync(t) } diff --git a/bchain/coins/dash/dashrpc_test.go b/bchain/coins/dash/dashrpc_test.go index f00b1846..c0415c11 100644 --- a/bchain/coins/dash/dashrpc_test.go +++ b/bchain/coins/dash/dashrpc_test.go @@ -49,11 +49,11 @@ func TestDashRPC_GetTransaction(t *testing.T) { rpcTest.TestGetTransaction(t) } -func TestDashRPC_TestGetTransactionForMempool(t *testing.T) { +func TestDashRPC_GetTransactionForMempool(t *testing.T) { rpcTest.TestGetTransactionForMempool(t) } -func TestDashRPC_TestMempoolSync(t *testing.T) { +func TestDashRPC_MempoolSync(t *testing.T) { rpcTest.TestMempoolSync(t) } diff --git a/bchain/coins/namecoin/namecoinrpc_test.go b/bchain/coins/namecoin/namecoinrpc_test.go index d10a62dc..a342225e 100644 --- a/bchain/coins/namecoin/namecoinrpc_test.go +++ b/bchain/coins/namecoin/namecoinrpc_test.go @@ -52,13 +52,13 @@ func TestNamecoinRPC_GetTransaction(t *testing.T) { rpcTest.TestGetTransaction(t) } -func TestNamecoinRPC_TestGetTransactionForMempool(t *testing.T) { +func TestNamecoinRPC_GetTransactionForMempool(t *testing.T) { // extra opcodes (name_new, name_firstupdate, name_update) aren't supported, so some transactions // in mempool can't be parsed correctly t.Skipf("Skipped because of instability") } -func TestNamecoinRPC_TestMempoolSync(t *testing.T) { +func TestNamecoinRPC_MempoolSync(t *testing.T) { rpcTest.TestMempoolSync(t) } diff --git a/bchain/coins/vertcoin/vertcoinrpc_test.go b/bchain/coins/vertcoin/vertcoinrpc_test.go index 6104c26d..c1a46604 100644 --- a/bchain/coins/vertcoin/vertcoinrpc_test.go +++ b/bchain/coins/vertcoin/vertcoinrpc_test.go @@ -52,11 +52,11 @@ func TestVertcoinRPC_GetTransaction(t *testing.T) { rpcTest.TestGetTransaction(t) } -func TestVertcoinRPC_TestGetTransactionForMempool(t *testing.T) { +func TestVertcoinRPC_GetTransactionForMempool(t *testing.T) { rpcTest.TestGetTransactionForMempool(t) } -func TestVertcoinRPC_TestMempoolSync(t *testing.T) { +func TestVertcoinRPC_MempoolSync(t *testing.T) { rpcTest.TestMempoolSync(t) } diff --git a/bchain/coins/zec/zcashrpc_test.go b/bchain/coins/zec/zcashrpc_test.go index 6b81d619..7d8aea6f 100644 --- a/bchain/coins/zec/zcashrpc_test.go +++ b/bchain/coins/zec/zcashrpc_test.go @@ -49,11 +49,11 @@ func TestZCashRPC_GetTransaction(t *testing.T) { rpcTest.TestGetTransaction(t) } -func TestZCashRPC_TestGetTransactionForMempool(t *testing.T) { +func TestZCashRPC_GetTransactionForMempool(t *testing.T) { rpcTest.TestGetTransactionForMempool(t) } -func TestZCashRPC_TestMempoolSync(t *testing.T) { +func TestZCashRPC_MempoolSync(t *testing.T) { rpcTest.TestMempoolSync(t) }