We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ced04a4 commit 202d135Copy full SHA for 202d135
test/cases/adapters/postgresql/postgis_test.rb
@@ -169,7 +169,7 @@ def test_multi_polygon_column
169
rec.m_poly = wkt
170
assert rec.save
171
rec = klass.find(rec.id) # force reload
172
- assert rec.m_poly.is_a?(RGeo::Geos::CAPIMultiPolygonImpl)
+ assert RGeo::Feature::MultiPolygon.check_type(rec.m_poly)
173
assert_equal wkt, rec.m_poly.to_s
174
end
175
0 commit comments