summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--document/src/tests/struct_anno/struct_anno_test.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/document/src/tests/struct_anno/struct_anno_test.cpp b/document/src/tests/struct_anno/struct_anno_test.cpp
index 7dc37710143..8ab883c6de1 100644
--- a/document/src/tests/struct_anno/struct_anno_test.cpp
+++ b/document/src/tests/struct_anno/struct_anno_test.cpp
@@ -28,7 +28,7 @@ template <typename T, int N> int arraysize(const T (&)[N]) { return N; }
}
-TEST(StructAnnoTest, require_that_struct_fields_can_contain_nnotations)
+TEST(StructAnnoTest, require_that_struct_fields_can_contain_annotations)
{
DocumentTypeRepo repo(readDocumenttypesConfig(TEST_PATH("documenttypes.cfg")));