We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e4bb514 commit a3e94d0Copy full SHA for a3e94d0
src/main/resources/genius/en/code/test-gen.vm
@@ -21,8 +21,8 @@ ${context.sourceCode}
21
22
## if newFile
23
#if( $context.isNewFile )
24
-Should include package an imports. Start method test code with Markdown code block here:
+Should include package and imports. Start method test code with Markdown code block here:
25
#else
26
-Should include package an imports. Start ${context.testClassName} test code with Markdown code block here:
+Should include package and imports. Start ${context.testClassName} test code with Markdown code block here:
27
#end
28
0 commit comments