File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
rolling-shutter/keyperimpl/shutterservice Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change 9
9
"github.com/ethereum/go-ethereum/common"
10
10
"github.com/ethereum/go-ethereum/core/types"
11
11
"github.com/shutter-network/contracts/v2/bindings/shutterregistry"
12
+ "gotest.tools/assert"
13
+
12
14
obskeyper "github.com/shutter-network/rolling-shutter/rolling-shutter/chainobserver/db/keyper"
13
15
corekeyperdatabase "github.com/shutter-network/rolling-shutter/rolling-shutter/keyper/database"
14
16
"github.com/shutter-network/rolling-shutter/rolling-shutter/keyper/epochkghandler"
@@ -21,7 +23,6 @@ import (
21
23
"github.com/shutter-network/rolling-shutter/rolling-shutter/medley/identitypreimage"
22
24
"github.com/shutter-network/rolling-shutter/rolling-shutter/medley/testsetup"
23
25
"github.com/shutter-network/rolling-shutter/rolling-shutter/shdb"
24
- "gotest.tools/assert"
25
26
)
26
27
27
28
func TestProcessBlockSuccess (t * testing.T ) {
You can’t perform that action at this time.
0 commit comments