summaryrefslogtreecommitdiffstats
path: root/storage/src/tests/common/make_document_bucket.h
blob: a95bc501c651af0ccc1cc7e891bb8a608196b61f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
// Copyright 2017 Yahoo Holdings. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.

#pragma once

#include <vespa/document/bucket/bucket.h>

namespace storage::test {

// Helper function used by unit tests

document::Bucket makeDocumentBucket(document::BucketId bucketId);

}