summaryrefslogtreecommitdiff
path: root/cmd/tealdbg/localLedger_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'cmd/tealdbg/localLedger_test.go')
-rw-r--r--cmd/tealdbg/localLedger_test.go2
1 files changed, 2 insertions, 0 deletions
diff --git a/cmd/tealdbg/localLedger_test.go b/cmd/tealdbg/localLedger_test.go
index ae941723a..be2ef8189 100644
--- a/cmd/tealdbg/localLedger_test.go
+++ b/cmd/tealdbg/localLedger_test.go
@@ -26,6 +26,7 @@ import (
"github.com/algorand/go-algorand/data/transactions"
"github.com/algorand/go-algorand/data/transactions/logic"
"github.com/algorand/go-algorand/protocol"
+ "github.com/algorand/go-algorand/test/partitiontest"
)
// Current implementation uses LegderForCowBase interface to plug into evaluator.
@@ -34,6 +35,7 @@ import (
// This test ensures TEAL program sees data provided by LegderForCowBase, and sees all
// intermediate changes.
func TestBalanceAdapterStateChanges(t *testing.T) {
+ partitiontest.PartitionTest(t)
a := require.New(t)
source := `#pragma version 2