summaryrefslogtreecommitdiff
path: root/cmd/goal/formatting_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'cmd/goal/formatting_test.go')
-rw-r--r--cmd/goal/formatting_test.go2
1 files changed, 2 insertions, 0 deletions
diff --git a/cmd/goal/formatting_test.go b/cmd/goal/formatting_test.go
index e1fe731dc..d5f216fd0 100644
--- a/cmd/goal/formatting_test.go
+++ b/cmd/goal/formatting_test.go
@@ -19,10 +19,12 @@ package main
import (
"testing"
+ "github.com/algorand/go-algorand/test/partitiontest"
"github.com/stretchr/testify/require"
)
func TestUnicodePrintable(t *testing.T) {
+ partitiontest.PartitionTest(t)
testUnicodePrintableStrings := []struct {
testString string
isPrintable bool