fix namespace issue

This commit is contained in:
John Krauss
2016-04-25 18:20:26 -04:00
parent c9c5509f6b
commit d686b6b436
@@ -1,7 +1,7 @@
\i test/sql/load_fixtures.sql
--
WITH result as(
Select count(OBS_GetDemographicSnapshot->>'value') expected_columns
Select count(cdb_observatory.OBS_GetDemographicSnapshot->>'value') expected_columns
FROM cdb_observatory.OBS_GetDemographicSnapshot(cdb_observatory._TestPoint())
) select expected_columns ='58' as OBS_GetDemographicSnapshot_test_no_returns
FROM result;