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 edc302d commit e02d964Copy full SHA for e02d964
test/test_display.jl
@@ -77,7 +77,6 @@ import ArchGDAL as AG
77
pgeom = AG.preparegeom(geom)
78
@test sprint(print, geom) == "Geometry: POINT (10 10)"
79
@test sprint(print, pgeom) == "Prepared Geometry"
80
-
81
end
82
83
# untested
0 commit comments