summaryrefslogtreecommitdiff
path: root/cmd/tealdbg/remote_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'cmd/tealdbg/remote_test.go')
-rw-r--r--cmd/tealdbg/remote_test.go2
1 files changed, 2 insertions, 0 deletions
diff --git a/cmd/tealdbg/remote_test.go b/cmd/tealdbg/remote_test.go
index 863e30369..553bc4c56 100644
--- a/cmd/tealdbg/remote_test.go
+++ b/cmd/tealdbg/remote_test.go
@@ -28,9 +28,11 @@ import (
"github.com/algorand/go-algorand/data/transactions/logic"
"github.com/algorand/go-algorand/protocol"
+ "github.com/algorand/go-algorand/test/partitiontest"
)
func TestRemoteAdapterHandlers(t *testing.T) {
+ partitiontest.PartitionTest(t)
d := MakeDebugger()
a := MakeRemoteHook(d)
router := mux.NewRouter()