Skip to content

Commit 35d913c

Browse files
test: update expectation
Signed-off-by: Harshit Gangal <harshit@planetscale.com>
1 parent 5e588e3 commit 35d913c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

go/vt/vttablet/endtoend/queries_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1811,5 +1811,5 @@ func TestExecute(t *testing.T) {
18111811
require.NoError(t, err)
18121812
rs, err = mysql.ParseResultFromRawForTest(rs)
18131813
require.NoError(t, err)
1814-
require.Len(t, rs.Rows, 29)
1814+
require.GreaterOrEqual(t, len(rs.Rows), 29, "expected at least 29 tables")
18151815
}

0 commit comments

Comments
 (0)