Skip to content

Commit ffe41fb

Browse files
committed
test: remove a tinytest:: call from test suite
1 parent 56e6fa3 commit ffe41fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

inst/tinytest/test_osrmIsodistance.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ if(local_server){
9191
osrm.profile = "driving"))
9292

9393
# old name
94-
tinytest::expect_warning(osrmIsometric(loc = c(13.43,52.47),
94+
expect_warning(osrmIsometric(loc = c(13.43,52.47),
9595
breaks = seq(0,14,2),
9696
res = 10,
9797
osrm.server = "http://0.0.0.0:5000/",

0 commit comments

Comments
 (0)