Skip to content

Commit ba4df3d

Browse files
committed
oops
1 parent 9467fee commit ba4df3d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main_test.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ func TestGenerateInsertStmt(t *testing.T) {
7373
want := "INSERT IGNORE INTO `sakila`.`film` " +
7474
"(`title`,`description`,`release_year`,`language_id`," +
7575
"`original_language_id`,`rental_duration`,`rental_rate`," +
76-
"`length`,`replacement_cost`,`rating`,`special_featestutilsres`," +
76+
"`length`,`replacement_cost`,`rating`,`special_features`," +
7777
"`last_update`) VALUES "
7878

7979
query := generateInsertStmt(table)

0 commit comments

Comments
 (0)