Fix test for column tags

main v0.1.0
Jonas Letzbor 2024-04-12 12:04:41 +02:00
parent 270241207e
commit e6f9d11f42
Signed by: RPJosh
GPG Key ID: 43ACB900522EA740
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@ func TestColumnTagTransformNegative(t *testing.T) {
func TestColumnTagTransformPositive(t *testing.T) { func TestColumnTagTransformPositive(t *testing.T) {
// Base struct to test // Base struct to test
baseTag := &ColumnTag{ baseTag := &ColumnTag{
Name: "Thats_my_Special_22tag", Name: "",
IsPrimaryKey: true, IsPrimaryKey: true,
ForeignKeyReference: "workout.users.id", ForeignKeyReference: "workout.users.id",
PointedKeyReference: "hello", PointedKeyReference: "hello",