summaryrefslogtreecommitdiff
path: root/daemon/algod/api/server/v1/handlers/handlers_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'daemon/algod/api/server/v1/handlers/handlers_test.go')
-rw-r--r--daemon/algod/api/server/v1/handlers/handlers_test.go2
1 files changed, 2 insertions, 0 deletions
diff --git a/daemon/algod/api/server/v1/handlers/handlers_test.go b/daemon/algod/api/server/v1/handlers/handlers_test.go
index 861d1767d..8649efc4f 100644
--- a/daemon/algod/api/server/v1/handlers/handlers_test.go
+++ b/daemon/algod/api/server/v1/handlers/handlers_test.go
@@ -25,10 +25,12 @@ import (
"github.com/algorand/go-algorand/data/transactions"
"github.com/algorand/go-algorand/node"
"github.com/algorand/go-algorand/protocol"
+ "github.com/algorand/go-algorand/test/partitiontest"
"github.com/stretchr/testify/require"
)
func TestDecorateUnknownTransactionTypeError(t *testing.T) {
+ partitiontest.PartitionTest(t)
type TestCase struct {
err error
txn node.TxnWithStatus