Skip to content

Commit

Permalink
Merge 9697431 into 5cf2a9e
Browse files Browse the repository at this point in the history
  • Loading branch information
DavisVaughan authored Dec 14, 2022
2 parents 5cf2a9e + 9697431 commit 49f44ee
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ Suggests:
rmarkdown,
roxygen2,
sf,
testthat,
testthat (>= 3.1.6),
tidygraph
LinkingTo:
Rcpp,
Expand Down
2 changes: 1 addition & 1 deletion tests/testthat/test-iso.R
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ test_that ("isodists", {
# This all exists just to test the next line:
requireNamespace ("geodist")
requireNamespace ("dplyr")
expect_silent (net <- weight_streetnet (hsc,
expect_no_message (net <- weight_streetnet (hsc,
wt_profile = "bicycle"
))
npts <- 100
Expand Down

0 comments on commit 49f44ee

Please sign in to comment.