summaryrefslogtreecommitdiffstats
path: root/storage/src/tests/persistence/filestorage/singlebucketjointest.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'storage/src/tests/persistence/filestorage/singlebucketjointest.cpp')
-rw-r--r--storage/src/tests/persistence/filestorage/singlebucketjointest.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/storage/src/tests/persistence/filestorage/singlebucketjointest.cpp b/storage/src/tests/persistence/filestorage/singlebucketjointest.cpp
index 83d79ab4d77..8e6340c930c 100644
--- a/storage/src/tests/persistence/filestorage/singlebucketjointest.cpp
+++ b/storage/src/tests/persistence/filestorage/singlebucketjointest.cpp
@@ -7,11 +7,11 @@
#include <tests/persistence/common/persistenceproviderwrapper.h>
#include <vespa/persistence/dummyimpl/dummypersistence.h>
#include <tests/persistence/common/filestortestfixture.h>
-#include <tests/common/make_document_bucket.h>
+#include <vespa/document/test/make_document_bucket.h>
LOG_SETUP(".singlebucketjointest");
-using storage::test::makeDocumentBucket;
+using document::test::makeDocumentBucket;
namespace storage {