Skip to content

Commit

Permalink
Update test_data_result_summary_and_plotting.R
Browse files Browse the repository at this point in the history
  • Loading branch information
eldarrak committed Jul 1, 2024
1 parent 93ad8ee commit ab5f6d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/testthat/test_data_result_summary_and_plotting.R
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ test_that('map_flightr_ggmap_works', {
if (ggmap::has_google_key()) {
# not too clever but it looks like that other ways of graphics test are not stable..
p<-map.FLightR.ggmap(Result, seasonal.donut.location=NULL,return.ggobj=TRUE, zoom=5, save=FALSE, plot.cloud=FALSE)
expect_equal(length(p), 9)
expect_true(length(p)>8)
} else {
expect_error({
p<-map.FLightR.ggmap(Result, seasonal.donut.location=NULL,return.ggobj=TRUE, zoom=5, save=FALSE, plot.cloud=FALSE)
Expand Down

0 comments on commit ab5f6d8

Please sign in to comment.