Fix assertion

This commit is contained in:
Daniel García Aubert 2019-06-03 20:48:12 +02:00
parent f6073c0729
commit 88f8ad3013

View File

@ -115,7 +115,7 @@ describe('PG field type information', function () {
type: 'geometry', wkbtype: 'MultiPolygon', dims: 4, srid: 4326
},
raster: {
type: 'raster', pgtype: 'raster'
type: 'raster', dims: 4, srid: -1
},
boolean: {
type: 'boolean', pgtype: 'bool'