Skip to content

Commit efb2072

Browse files
authored
Merge pull request #157 from jialiu-github/master
fix: change prompts to fix issue #156, but this is not the best way #156
2 parents b4fb75b + a3e94d0 commit efb2072

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

src/main/resources/genius/en/code/test-gen.vm

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ ${context.sourceCode}
2121

2222
## if newFile
2323
#if( $context.isNewFile )
24-
Start method test code with Markdown code block here:
24+
Should include package and imports. Start method test code with Markdown code block here:
2525
#else
26-
Start ${context.testClassName} test code with Markdown code block here:
26+
Should include package and imports. Start ${context.testClassName} test code with Markdown code block here:
2727
#end
2828

src/main/resources/genius/zh/code/test-gen.vm

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ ${context.sourceCode}
1919

2020
如果是新文件
2121
#if( $context.isNewFile )
22-
在此处使用 Markdown 代码块编写方法测试代码:
22+
请包含package和import,在此处使用 Markdown 代码块编写方法测试代码:
2323
#else
24-
在此处使用 Markdown 代码块编写 ${context.testClassName} 测试代码:
24+
请包含package和import, 在此处使用 Markdown 代码块编写 ${context.testClassName} 测试代码:
2525
#end
2626

0 commit comments

Comments
 (0)