Fix import in tests

License: MIT
Signed-off-by: Jakub Sztandera <kubuxu@protonmail.ch>
This commit is contained in:
Jakub Sztandera 2019-07-19 14:00:09 +02:00
parent d745fa1af1
commit ae7a917e49

View File

@ -9,7 +9,7 @@ import (
"testing"
"time"
"github.com/filecoin-project/go-bls-sigs/"
"github.com/filecoin-project/go-bls-sigs"
"github.com/filecoin-project/go-leb128"
"github.com/stretchr/testify/assert"
"github.com/stretchr/testify/require"