Skip to content

Commit f0ce2a7

Browse files
committed
[ga-format-pr] Run ./format_repo.sh to fix formatting
1 parent ebe6018 commit f0ce2a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

enginetest/queries/insert_queries.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1722,7 +1722,7 @@ var InsertScripts = []ScriptTest{
17221722
},
17231723
Assertions: []ScriptTestAssertion{
17241724
{
1725-
Query: "insert into a select * from (select i from b) as bb on duplicate key update a.i = bb.i + 100;",
1725+
Query: "insert into a select * from (select i from b) as bb on duplicate key update a.i = bb.i + 100;",
17261726
ExpectedErrStr: "number of values does not match number of columns provided",
17271727
},
17281728
{

0 commit comments

Comments
 (0)