summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTor Egge <Tor.Egge@online.no>2024-03-11 11:18:42 +0100
committerTor Egge <Tor.Egge@online.no>2024-03-11 11:18:42 +0100
commit66d77cf4e9132a3d3424e45c05545d0de2e4ded3 (patch)
tree2c759aa858256709ec07ff49ef4dd8073e4843d3
parenta5edd60f3fa9494e88ce4088f0f7f8760ee96321 (diff)
Fix typo in struct anno unit test.
-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")));