aboutsummaryrefslogtreecommitdiffstats
path: root/blockpool/errors_test.go
diff options
context:
space:
mode:
authorzelig <viktor.tron@gmail.com>2015-04-08 10:50:34 +0800
committerzelig <viktor.tron@gmail.com>2015-04-09 20:58:35 +0800
commitcbd0b42060d537d4d899b593be1ecd5ffdbd301a (patch)
tree0b46c755020b7ef74fd6fb42567f98878953484c /blockpool/errors_test.go
parentf546b486bf444d9601cf97b934b2974a9b4d58f8 (diff)
downloadgo-tangerine-cbd0b42060d537d4d899b593be1ecd5ffdbd301a.tar
go-tangerine-cbd0b42060d537d4d899b593be1ecd5ffdbd301a.tar.gz
go-tangerine-cbd0b42060d537d4d899b593be1ecd5ffdbd301a.tar.bz2
go-tangerine-cbd0b42060d537d4d899b593be1ecd5ffdbd301a.tar.lz
go-tangerine-cbd0b42060d537d4d899b593be1ecd5ffdbd301a.tar.xz
go-tangerine-cbd0b42060d537d4d899b593be1ecd5ffdbd301a.tar.zst
go-tangerine-cbd0b42060d537d4d899b593be1ecd5ffdbd301a.zip
put back checkTD and unskip incorrectTD test
Diffstat (limited to 'blockpool/errors_test.go')
-rw-r--r--blockpool/errors_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/blockpool/errors_test.go b/blockpool/errors_test.go
index e9aef4c87..645aca4ee 100644
--- a/blockpool/errors_test.go
+++ b/blockpool/errors_test.go
@@ -128,7 +128,7 @@ func TestErrInsufficientChainInfo(t *testing.T) {
}
func TestIncorrectTD(t *testing.T) {
- t.Skip() // @zelig this one requires fixing for the TD
+ // t.Skip() // @zelig this one requires fixing for the TD
test.LogInit()
_, blockPool, blockPoolTester := newTestBlockPool(t)