summaryrefslogtreecommitdiff
path: root/crypto/encoding_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/encoding_test.go')
-rw-r--r--crypto/encoding_test.go3
1 files changed, 3 insertions, 0 deletions
diff --git a/crypto/encoding_test.go b/crypto/encoding_test.go
index 17e83b71f..e5df42c9e 100644
--- a/crypto/encoding_test.go
+++ b/crypto/encoding_test.go
@@ -18,11 +18,14 @@ package crypto
import (
"testing"
+
+ "github.com/algorand/go-algorand/test/partitiontest"
// "github.com/stretchr/testify/require"
// "github.com/algorand/go-algorand/protocol"
)
func TestEmptyEncoding(t *testing.T) {
+ partitiontest.PartitionTest(t)
// TODO systematically add checks for empty encodings
// var s SignatureSecrets