Skip to content

Commit

Permalink
fix accidental line delete
Browse files Browse the repository at this point in the history
Signed-off-by: Tim Vaillancourt <tim@timvaillancourt.com>
  • Loading branch information
timvaillancourt committed May 31, 2024
1 parent 0dc8854 commit fc4865d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions go/vt/vttablet/tabletserver/query_engine_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -628,6 +628,7 @@ func TestAddQueryStats(t *testing.T) {
}, {
name: "select into query",
plan: fakeSelectPlan,
tableName: "A",
queryCount: 1,
duration: 10,
rowsAffected: 15,
Expand Down

0 comments on commit fc4865d

Please sign in to comment.