chain sync: rebase 'fixes'

This commit is contained in:
Łukasz Magiera 2019-07-30 19:26:53 +02:00 committed by whyrusleeping
parent 99aaafaed2
commit 0f2334f513
2 changed files with 2 additions and 3 deletions

View File

@ -196,6 +196,8 @@ func TestSyncSimple(t *testing.T) {
tu.compareSourceState(client)
}
/*
TODO: this is broken because of how tu.submitSourceBlock works now
func TestSyncManual(t *testing.T) {
H := 20
tu := prepSyncTest(t, H)
@ -212,8 +214,6 @@ func TestSyncManual(t *testing.T) {
tu.compareSourceState(client)
}
/*
TODO: this is broken because of how tu.submitSourceBlock works now
func TestSyncIncoming(t *testing.T) {
H := 1
tu := prepSyncTest(t, H)

View File

@ -6,7 +6,6 @@ import (
"reflect"
"time"
"github.com/ipfs/go-blockservice"
"github.com/ipfs/go-filestore"
exchange "github.com/ipfs/go-ipfs-exchange-interface"