Skip to content

Commit 0f7de41

Browse files
changed log message in assertCobiGen
1 parent b48df03 commit 0f7de41

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

documentation/Functions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ cobiGenJava("path/to/java/file/MyEntity.java",[1,3,5,6,8])
3535

3636
### createDevon4jProject
3737
#### parameter
38-
1. the project name
38+
1. The project name
3939
#### example
4040
createDevon4jProject("cobigenexample")
4141

runners/console/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ export class Console extends Runner {
104104
}
105105

106106
async assertCobiGenJava(step: Step, command: Command, result: RunResult) {
107-
console.log("assertCobiGenJava");
107+
console.log("there is no assertion yet for the cobiGenJava command");
108108
}
109109

110110
async assertCreateDevon4jProject(step: Step, command: Command, result: RunResult) {

0 commit comments

Comments
 (0)