feat: validate user input for entity names
This commit is contained in:
@@ -23,7 +23,7 @@ func TestCreateScience(t *testing.T) {
|
||||
|
||||
func TestCreateScienceValidation(t *testing.T) {
|
||||
race := "race_01"
|
||||
typeName := "First Step"
|
||||
typeName := "First_Step"
|
||||
type tc struct {
|
||||
name string
|
||||
d, w, s, c float64
|
||||
|
||||
Reference in New Issue
Block a user