summaryrefslogtreecommitdiff
path: root/daemon/algod/api/server/v2/account_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'daemon/algod/api/server/v2/account_test.go')
-rw-r--r--daemon/algod/api/server/v2/account_test.go2
1 files changed, 2 insertions, 0 deletions
diff --git a/daemon/algod/api/server/v2/account_test.go b/daemon/algod/api/server/v2/account_test.go
index f9bc836fb..f7dd96d80 100644
--- a/daemon/algod/api/server/v2/account_test.go
+++ b/daemon/algod/api/server/v2/account_test.go
@@ -26,9 +26,11 @@ import (
"github.com/algorand/go-algorand/daemon/algod/api/server/v2/generated"
"github.com/algorand/go-algorand/data/basics"
"github.com/algorand/go-algorand/protocol"
+ "github.com/algorand/go-algorand/test/partitiontest"
)
func TestAccount(t *testing.T) {
+ partitiontest.PartitionTest(t)
proto := config.Consensus[protocol.ConsensusFuture]
appIdx1 := basics.AppIndex(1)
appIdx2 := basics.AppIndex(2)