summaryrefslogtreecommitdiff
path: root/cmd/tealdbg/server_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'cmd/tealdbg/server_test.go')
-rw-r--r--cmd/tealdbg/server_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/tealdbg/server_test.go b/cmd/tealdbg/server_test.go
index fa06da65a..a91be7181 100644
--- a/cmd/tealdbg/server_test.go
+++ b/cmd/tealdbg/server_test.go
@@ -131,7 +131,7 @@ func TestServerRemote(t *testing.T) {
func TestServerLocal(t *testing.T) {
partitiontest.PartitionTest(t)
- txnBlob := []byte("[" + strings.Join([]string{string(txnSample), txnSample}, ",") + "]")
+ txnBlob := []byte("[" + strings.Join([]string{txnSample, txnSample}, ",") + "]")
dp := DebugParams{
ProgramNames: []string{"test"},
ProgramBlobs: [][]byte{{2, 0x20, 1, 1, 0x22}}, // version, intcb, int 1