X-Git-Url: http://git.sourceforge.jp/view?a=blobdiff_plain;f=netsync%2Fchainmgr%2Fblock_keeper_test.go;h=06a36d242f89bf699705494efd2f7f1e2fe98a52;hb=74cf033ce4ad67ac46b3cc6375582a13a5f38a0d;hp=4a12346f82f6e54e496609e1d8d06a21a628b814;hpb=5f9994ca49618c1336d4490e9a4410c6b8784be1;p=bytom%2Fvapor.git diff --git a/netsync/chainmgr/block_keeper_test.go b/netsync/chainmgr/block_keeper_test.go index 4a12346f..06a36d24 100644 --- a/netsync/chainmgr/block_keeper_test.go +++ b/netsync/chainmgr/block_keeper_test.go @@ -55,7 +55,7 @@ func TestRegularBlockSync(t *testing.T) { syncTimeout: 30 * time.Second, aBlocks: chainX[:52], bBlocks: chainZ, - want: chainZ[:201], + want: chainZ[:180], err: nil, }, }