diff --git a/test/test.cpp b/test/test.cpp index 6b111f7..81fa864 100644 --- a/test/test.cpp +++ b/test/test.cpp @@ -29,7 +29,7 @@ const char* tests() { CUnit unit = CUnit::getUnitFromVis('v'); if( unit.getVisual() != 'v' ) - return "failed to properly create V unit"; + return "failed to properly create V unit with factory"; } {