summaryrefslogtreecommitdiff
path: root/cmd/updater/version_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'cmd/updater/version_test.go')
-rw-r--r--cmd/updater/version_test.go2
1 files changed, 2 insertions, 0 deletions
diff --git a/cmd/updater/version_test.go b/cmd/updater/version_test.go
index 9921161b0..286946165 100644
--- a/cmd/updater/version_test.go
+++ b/cmd/updater/version_test.go
@@ -21,10 +21,12 @@ import (
"github.com/stretchr/testify/require"
+ "github.com/algorand/go-algorand/test/partitiontest"
"github.com/algorand/go-algorand/util/s3"
)
func TestGetVersion(t *testing.T) {
+ partitiontest.PartitionTest(t)
testValidVersion(t, "algonode_update_0.1.0.log", uint64(0x00010000))
testValidVersion(t, "algo_update_0.1.0", uint64(0x00010000))
testValidVersion(t, "algo_update_65535.1.0", uint64(0xFFFF00010000))