summaryrefslogtreecommitdiffstats
path: root/storage
diff options
context:
space:
mode:
authorTor Egge <Tor.Egge@broadpark.no>2020-11-03 00:58:58 +0100
committerTor Egge <Tor.Egge@broadpark.no>2020-11-03 00:58:58 +0100
commit6f0ceb3073ed4c17631ae005cd255d2a83eda650 (patch)
tree3793d294c4ffcb1792bf72c3d1e15841600c62a0 /storage
parent5f5ac1a25c39d0548defdd2a17da9d3d20091801 (diff)
Track parameter name in member function definition.
Diffstat (limited to 'storage')
-rw-r--r--storage/src/tests/persistence/common/filestortestfixture.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/storage/src/tests/persistence/common/filestortestfixture.h b/storage/src/tests/persistence/common/filestortestfixture.h
index 548dd4f3bfd..dcfeb42b4fd 100644
--- a/storage/src/tests/persistence/common/filestortestfixture.h
+++ b/storage/src/tests/persistence/common/filestortestfixture.h
@@ -28,7 +28,7 @@ public:
void SetUp() override;
void TearDown() override;
- void setupPersistenceThreads(uint32_t diskCount);
+ void setupPersistenceThreads(uint32_t threads);
void createBucket(const document::BucketId& bid);
bool bucketExistsInDb(const document::BucketId& bucket) const;