Skip to content

Commit

Permalink
test: remove a tinytest:: call from test suite
Browse files Browse the repository at this point in the history
  • Loading branch information
rCarto committed Oct 20, 2022
1 parent 56e6fa3 commit ffe41fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion inst/tinytest/test_osrmIsodistance.R
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ if(local_server){
osrm.profile = "driving"))

# old name
tinytest::expect_warning(osrmIsometric(loc = c(13.43,52.47),
expect_warning(osrmIsometric(loc = c(13.43,52.47),
breaks = seq(0,14,2),
res = 10,
osrm.server = "http://0.0.0.0:5000/",
Expand Down

0 comments on commit ffe41fb

Please sign in to comment.