From 6c2f6f5b037bcd896077efd9013ec3e2dd876e1f Mon Sep 17 00:00:00 2001 From: obscuren Date: Tue, 26 May 2015 13:37:29 +0200 Subject: [PATCH] tests: removed missing block test --- tests/block_test.go | 4 ---- 1 file changed, 4 deletions(-) diff --git a/tests/block_test.go b/tests/block_test.go index d17cab4779..f5dfac017d 100644 --- a/tests/block_test.go +++ b/tests/block_test.go @@ -32,10 +32,6 @@ func TestBcInvalidRLPTests(t *testing.T) { runBlockTestsInFile("files/BlockTests/bcInvalidRLPTest.json", []string{}, t) } -func TestBcJSAPITests(t *testing.T) { - runBlockTestsInFile("files/BlockTests/bcJS_API_Test.json", []string{}, t) -} - func TestBcRPCAPITests(t *testing.T) { runBlockTestsInFile("files/BlockTests/bcRPC_API_Test.json", []string{}, t) }