Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
demoManito committed Oct 20, 2023
1 parent 69c83fc commit 73a5cbe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion clause/set_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ func TestSet(t *testing.T) {
}),
},
"UPDATE `users` SET `name` = ?, `age` = ?",
[]interface{}{"jinzhu"},
[]interface{}{"jinzhu", 18},
},
}

Expand Down

0 comments on commit 73a5cbe

Please sign in to comment.