chore: appease linter
This commit is contained in:
parent
d4b185be5e
commit
a214069586
@ -2,11 +2,12 @@ package chaos
|
|||||||
|
|
||||||
import (
|
import (
|
||||||
"context"
|
"context"
|
||||||
|
"testing"
|
||||||
|
|
||||||
"github.com/filecoin-project/go-state-types/exitcode"
|
"github.com/filecoin-project/go-state-types/exitcode"
|
||||||
"github.com/filecoin-project/specs-actors/actors/util/adt"
|
"github.com/filecoin-project/specs-actors/actors/util/adt"
|
||||||
"github.com/filecoin-project/specs-actors/support/mock"
|
"github.com/filecoin-project/specs-actors/support/mock"
|
||||||
atesting "github.com/filecoin-project/specs-actors/support/testing"
|
atesting "github.com/filecoin-project/specs-actors/support/testing"
|
||||||
"testing"
|
|
||||||
)
|
)
|
||||||
|
|
||||||
func TestSingleton(t *testing.T) {
|
func TestSingleton(t *testing.T) {
|
||||||
|
Loading…
Reference in New Issue
Block a user