diff --git a/structt/tags_test.go b/structt/tags_test.go index 4d8b096..0ab3e98 100644 --- a/structt/tags_test.go +++ b/structt/tags_test.go @@ -27,7 +27,7 @@ func TestColumnTagTransformNegative(t *testing.T) { func TestColumnTagTransformPositive(t *testing.T) { // Base struct to test baseTag := &ColumnTag{ - Name: "Thats_my_Special_22tag", + Name: "", IsPrimaryKey: true, ForeignKeyReference: "workout.users.id", PointedKeyReference: "hello",