mirror of
https://github.com/vlang/v.git
synced 2025-09-15 23:42:28 +03:00
vcreate: don't use template names as project descriptions (#19439)
This commit is contained in:
parent
11e67a1a5f
commit
06fb8f0ffa
3 changed files with 3 additions and 2 deletions
|
@ -81,7 +81,7 @@ fn test_new_with_model_arg_input() {
|
|||
return
|
||||
}
|
||||
assert mod.name == project_name
|
||||
assert mod.description == model
|
||||
assert mod.description == 'My Awesome V Project.'
|
||||
assert mod.version == '0.0.1'
|
||||
assert mod.license == 'MIT'
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue