@@ -304,7 +304,7 @@ func TestForeignKeys(t *testing.T) {
304304 Expected : []sql.Row {},
305305 },
306306 {
307- Query : "ALTER TABLE child ADD FOREIGN KEY (test_pk) REFERENCES parent(pk)" ,
307+ Query : "ALTER TABLE child ADD FOREIGN KEY (test_pk) REFERENCES parent(pk)" ,
308308 SkipResultsCheck : true ,
309309 },
310310 {
@@ -339,7 +339,7 @@ func TestForeignKeys(t *testing.T) {
339339 Expected : []sql.Row {},
340340 },
341341 {
342- Query : "ALTER TABLE child ADD FOREIGN KEY (test_pk) REFERENCES parent.parent(pk)" ,
342+ Query : "ALTER TABLE child ADD FOREIGN KEY (test_pk) REFERENCES parent.parent(pk)" ,
343343 SkipResultsCheck : true ,
344344 },
345345 {
@@ -373,7 +373,7 @@ func TestForeignKeys(t *testing.T) {
373373 Expected : []sql.Row {},
374374 },
375375 {
376- Query : "ALTER TABLE child.child ADD FOREIGN KEY (test_pk) REFERENCES parent.parent(pk)" ,
376+ Query : "ALTER TABLE child.child ADD FOREIGN KEY (test_pk) REFERENCES parent.parent(pk)" ,
377377 SkipResultsCheck : true ,
378378 },
379379 {
@@ -410,7 +410,7 @@ func TestForeignKeys(t *testing.T) {
410410 ExpectedErr : "Foreign key violation" ,
411411 },
412412 {
413- Query : "alter table child DROP constraint child_ibfk_1" ,
413+ Query : "alter table child DROP constraint child_ibfk_1" ,
414414 SkipResultsCheck : true ,
415415 },
416416 {
@@ -441,7 +441,7 @@ func TestForeignKeys(t *testing.T) {
441441 ExpectedErr : "Foreign key violation" ,
442442 },
443443 {
444- Query : "alter table child.child DROP constraint child_ibfk_1" ,
444+ Query : "alter table child.child DROP constraint child_ibfk_1" ,
445445 SkipResultsCheck : true ,
446446 },
447447 {
0 commit comments