summaryrefslogtreecommitdiffstats
path: root/storage/src/tests/distributor/statoperationtest.cpp
diff options
context:
space:
mode:
authorGeir Storli <geirst@verizonmedia.com>2020-12-03 16:22:36 +0000
committerGeir Storli <geirst@verizonmedia.com>2020-12-03 16:23:27 +0000
commitd5b2fa84e187bf17b675f4601acdbd9b142fbc78 (patch)
tree6a1fc93eb4ecbf140d39cc119ec9e3dc7b1bb4b4 /storage/src/tests/distributor/statoperationtest.cpp
parentb24ac11b9d481f1e718ee60f9b88bf14b88b9cb7 (diff)
Remove dependency between ExternalOperationHandler and DistributorComponent.
Diffstat (limited to 'storage/src/tests/distributor/statoperationtest.cpp')
-rw-r--r--storage/src/tests/distributor/statoperationtest.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/storage/src/tests/distributor/statoperationtest.cpp b/storage/src/tests/distributor/statoperationtest.cpp
index 981247c0753..a80eb9533bb 100644
--- a/storage/src/tests/distributor/statoperationtest.cpp
+++ b/storage/src/tests/distributor/statoperationtest.cpp
@@ -73,7 +73,7 @@ TEST_F(StatOperationTest, bucket_list) {
StatBucketListOperation op(
getDistributorBucketSpace().getBucketDatabase(),
getIdealStateManager(),
- getExternalOperationHandler().getIndex(),
+ distributor_component().getIndex(),
msg);
op.start(_sender, framework::MilliSecTime(0));