Skip to content

Commit

Permalink
Remove usesless comment left-over from merge conflict resolution
Browse files Browse the repository at this point in the history
  • Loading branch information
ejortegau committed Jun 6, 2023
1 parent bb7e6fc commit c322ded
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion go/vt/vttablet/tabletserver/query_executor_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -355,7 +355,6 @@ func TestQueryExecutorPlans(t *testing.T) {
assert.Equal(t, want, qre.logStats.RewrittenSQL(), "in tx: %v", tcase.input)
} else {
assert.True(t, vterrors.Equals(err, tcase.errorWant))
//>>>>>>> 3faefa20fa (TxThrottler support for transactions outside BEGIN/COMMIT (#13040))
}
})
}
Expand Down

0 comments on commit c322ded

Please sign in to comment.