Fix tests

This commit is contained in:
Javier Goizueta
2018-02-15 10:27:19 +01:00
parent 7ea428913a
commit 0a0f2e294b
4 changed files with 8 additions and 2 deletions

View File

@@ -1,3 +1,6 @@
set client_min_messages to error;
\set VERBOSITY TERSE
-- Check small grids are generated...
SELECT COUNT(*) FROM cartodb.CDB_RectangleGrid(ST_MakeEnvelope(0,0,1000,1000,3857), 10, 10);