Skip to content

Commit

Permalink
try changing tests
Browse files Browse the repository at this point in the history
  • Loading branch information
mdsumner committed Jun 6, 2024
1 parent e4b4635 commit a01f008
Show file tree
Hide file tree
Showing 3 changed files with 532 additions and 531 deletions.
4 changes: 2 additions & 2 deletions tests/testthat/test-create.R
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
test_that("create works", {
# wkt2 <- proj_crs_text("+proj=longlat +datum=WGS84 +no_defs +type=crs")
wkt2 <- proj_crs_text("EPSG:4326")

# expect_true( grepl("^\\+proj=longlat", proj_crs_text(wkt2, format = 1)))
expect_true( grepl("^\\+proj=longlat", proj_crs_text(wkt2, format = 1)))


})
Loading

0 comments on commit a01f008

Please sign in to comment.