From 948b6509c3616d7267d4d2b9f445764bb806f2fb Mon Sep 17 00:00:00 2001 From: Henning Baldersheim Date: Mon, 19 Aug 2019 08:40:43 +0000 Subject: Update test with enough significant bits. --- storage/src/tests/distributor/getoperationtest.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'storage') diff --git a/storage/src/tests/distributor/getoperationtest.cpp b/storage/src/tests/distributor/getoperationtest.cpp index ab11e3ab8fa..7c308e152db 100644 --- a/storage/src/tests/distributor/getoperationtest.cpp +++ b/storage/src/tests/distributor/getoperationtest.cpp @@ -218,7 +218,7 @@ TEST_F(GetOperationTest, inconsistent_split) { setClusterState("distributor:1 storage:4"); addNodesToBucketDB(document::BucketId(16, 0x0593), "0=100"); - addNodesToBucketDB(document::BucketId(17, 0x0593), "1=200"); + addNodesToBucketDB(document::BucketId(17, 0x10593), "1=200"); sendGet(); -- cgit v1.2.3