You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Sometimes a table used in a query will be left empty in the scope of the test to check a particular behaviour of the SQL. Omitting the table from the test setup means that the fact of it being empty can be overlooked easily.
It would be beneficial to have a way to explicitly state a table as being empty.