Skip to content

Commit

Permalink
fix test to work on mac
Browse files Browse the repository at this point in the history
  • Loading branch information
paleolimbot committed Apr 1, 2017
1 parent e0ce888 commit 011ad05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/manual/tests.R
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ test_that("custom map types load tiles", {
test_that("wrap around situations warn the user", {
americas <- zoombbox(makebbox(89.9, 179.9, -89.9, -179.9), 2, c(-100, 0))
# note this doesn't work with project = FALSE
expect_warning(osm.plot(americas), "Attempting to plot wrap around tiles")
expect_warning(osm.plot(americas, zoomin=1), "Attempting to plot wrap around tiles")
alaska <- makebbox(71, -129, 51, 172)
expect_warning(osm.plot(alaska), "Attempting to plot wrap around tiles")
expect_warning(osm.plot(alaska, project = FALSE),
Expand Down

0 comments on commit 011ad05

Please sign in to comment.