Skip to content

Commit

Permalink
test: update expectation
Browse files Browse the repository at this point in the history
Signed-off-by: Harshit Gangal <[email protected]>
  • Loading branch information
harshit-gangal committed Nov 18, 2024
1 parent 5e588e3 commit 35d913c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion go/vt/vttablet/endtoend/queries_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -1811,5 +1811,5 @@ func TestExecute(t *testing.T) {
require.NoError(t, err)
rs, err = mysql.ParseResultFromRawForTest(rs)
require.NoError(t, err)
require.Len(t, rs.Rows, 29)
require.GreaterOrEqual(t, len(rs.Rows), 29, "expected at least 29 tables")
}

0 comments on commit 35d913c

Please sign in to comment.