We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9467fee commit ba4df3dCopy full SHA for ba4df3d
main_test.go
@@ -73,7 +73,7 @@ func TestGenerateInsertStmt(t *testing.T) {
73
want := "INSERT IGNORE INTO `sakila`.`film` " +
74
"(`title`,`description`,`release_year`,`language_id`," +
75
"`original_language_id`,`rental_duration`,`rental_rate`," +
76
- "`length`,`replacement_cost`,`rating`,`special_featestutilsres`," +
+ "`length`,`replacement_cost`,`rating`,`special_features`," +
77
"`last_update`) VALUES "
78
79
query := generateInsertStmt(table)
0 commit comments