parent
270241207e
commit
e6f9d11f42
|
@ -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",
|
||||||
|
|
Loading…
Reference in New Issue