summaryrefslogtreecommitdiffstats
path: root/document
diff options
context:
space:
mode:
authorTor Egge <Tor.Egge@oath.com>2018-04-04 09:58:40 +0000
committerTor Egge <Tor.Egge@oath.com>2018-04-04 09:58:40 +0000
commitba15c218cdd80d54e8e77fbc4b894605cb704a64 (patch)
tree4bb5194382c181572da33c94fdf395930a15e658 /document
parentf4b8ab7173c4d8e677d7f9c4e90e4863fae1ae82 (diff)
Adjust test name.
Diffstat (limited to 'document')
-rw-r--r--document/src/tests/document_type_repo_factory/document_type_repo_factory_test.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/document/src/tests/document_type_repo_factory/document_type_repo_factory_test.cpp b/document/src/tests/document_type_repo_factory/document_type_repo_factory_test.cpp
index a6b6044023e..2cd10225edd 100644
--- a/document/src/tests/document_type_repo_factory/document_type_repo_factory_test.cpp
+++ b/document/src/tests/document_type_repo_factory/document_type_repo_factory_test.cpp
@@ -29,7 +29,7 @@ makeDocumentTypesConfig(const string &field_name)
return std::make_shared<const DocumenttypesConfig>(builder.config());
}
-TEST("requireThatEqualConfigsGivesSameRepo")
+TEST("require that equal configs gives same repo")
{
auto config1 = makeDocumentTypesConfig("a");
auto config2 = makeDocumentTypesConfig("b");