summaryrefslogtreecommitdiff
path: root/cmd/goal/inspect_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'cmd/goal/inspect_test.go')
-rw-r--r--cmd/goal/inspect_test.go2
1 files changed, 2 insertions, 0 deletions
diff --git a/cmd/goal/inspect_test.go b/cmd/goal/inspect_test.go
index 2068a3a92..564f7611b 100644
--- a/cmd/goal/inspect_test.go
+++ b/cmd/goal/inspect_test.go
@@ -25,9 +25,11 @@ import (
"github.com/algorand/go-algorand/data/basics"
"github.com/algorand/go-algorand/data/transactions"
"github.com/algorand/go-algorand/protocol"
+ "github.com/algorand/go-algorand/test/partitiontest"
)
func TestInspect(t *testing.T) {
+ partitiontest.PartitionTest(t)
var err error
var empty transactions.SignedTxn