diff --git a/skills/generating-apex-test/assets/test-class-template.cls b/skills/generating-apex-test/assets/test-class-template.cls index 1cee33e..f02ae8e 100644 --- a/skills/generating-apex-test/assets/test-class-template.cls +++ b/skills/generating-apex-test/assets/test-class-template.cls @@ -1,7 +1,7 @@ /** - * @description Test class for {ClassUnderTest}. - * Tests bulk operations (251+ records), positive/negative paths, - * and exception handling. + * Test class for {ClassUnderTest}. + * Tests bulk operations (251+ records), positive/negative paths, + * and exception handling. */ @isTest private class {ClassUnderTest}Test {