vcreate: don't use template names as project descriptions (#19439)

This commit is contained in:
Turiiya 2023-10-12 06:10:28 +02:00 committed by GitHub
parent 11e67a1a5f
commit 06fb8f0ffa
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 2 deletions

View file

@ -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'
}