fix tests
This commit is contained in:
parent
7ca3a09a80
commit
7788ac76ee
|
@ -75,7 +75,7 @@ func TestSameMapperID(t *testing.T) {
|
||||||
|
|
||||||
for _, tb := range tables {
|
for _, tb := range tables {
|
||||||
if tb.Name == "IDSameMapper" {
|
if tb.Name == "IDSameMapper" {
|
||||||
if len(tb.PKColumns()) != 1 || tb.PKColumns()[0].Name != "id" {
|
if len(tb.PKColumns()) != 1 || tb.PKColumns()[0].Name != "ID" {
|
||||||
t.Fatal(tb)
|
t.Fatal(tb)
|
||||||
}
|
}
|
||||||
return
|
return
|
||||||
|
|
Loading…
Reference in New Issue