From 66d77cf4e9132a3d3424e45c05545d0de2e4ded3 Mon Sep 17 00:00:00 2001 From: Tor Egge Date: Mon, 11 Mar 2024 11:18:42 +0100 Subject: Fix typo in struct anno unit test. --- document/src/tests/struct_anno/struct_anno_test.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 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"))); -- cgit v1.2.3