Skip to content

Commit

Permalink
BaseShowTables
Browse files Browse the repository at this point in the history
Signed-off-by: Shlomi Noach <2607934+shlomi-noach@users.noreply.github.com>
  • Loading branch information
shlomi-noach committed Jun 28, 2023
1 parent 5eedf5f commit 8df2733
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion go/vt/vttablet/endtoend/misc_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -980,7 +980,7 @@ func TestShowTablesWithSizes(t *testing.T) {
"show_tables_with_sizes_employees": {"BASE TABLE", ""},
}

rs, err := conn.ExecuteFetch(conn.BaseShowTablesWithSizes(), math.MaxInt, false)
rs, err := conn.ExecuteFetch(conn.BaseShowTables(), math.MaxInt, false)
require.NoError(t, err)
require.NotEmpty(t, rs.Rows)

Expand Down

0 comments on commit 8df2733

Please sign in to comment.