chore: appease linter

This commit is contained in:
Alan Shaw 2020-09-15 14:10:20 +01:00
parent ab53abf04e
commit 49a94b7cba
No known key found for this signature in database
GPG Key ID: 731D1C308A48A6B9

View File

@ -2,16 +2,15 @@ package chaos
import (
"context"
"github.com/filecoin-project/go-address"
"github.com/filecoin-project/specs-actors/actors/builtin"
"github.com/ipfs/go-cid"
"testing"
"github.com/filecoin-project/go-address"
"github.com/filecoin-project/go-state-types/abi"
"github.com/filecoin-project/go-state-types/exitcode"
"github.com/filecoin-project/specs-actors/actors/builtin"
"github.com/filecoin-project/specs-actors/support/mock"
atesting "github.com/filecoin-project/specs-actors/support/testing"
"github.com/ipfs/go-cid"
)
func TestSingleton(t *testing.T) {