summaryrefslogtreecommitdiffstats
path: root/document/src/tests/repo/documenttyperepo_test.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'document/src/tests/repo/documenttyperepo_test.cpp')
-rw-r--r--document/src/tests/repo/documenttyperepo_test.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/document/src/tests/repo/documenttyperepo_test.cpp b/document/src/tests/repo/documenttyperepo_test.cpp
index 64900d2ad65..b263ad75930 100644
--- a/document/src/tests/repo/documenttyperepo_test.cpp
+++ b/document/src/tests/repo/documenttyperepo_test.cpp
@@ -86,7 +86,7 @@ TEST("requireThatStructsCanConfigureCompression") {
builder.document(doc_type_id, type_name,
Struct(header_name),
Struct(body_name).setCompression(
- Sstruct::Compression::LZ4,
+ Sstruct::Compression::Type::LZ4,
comp_level, comp_minres, comp_minsize));
DocumentTypeRepo repo(builder.config());