Skip to content

Commit

Permalink
update tests
Browse files Browse the repository at this point in the history
  • Loading branch information
shikokuchuo committed Jun 21, 2024
1 parent 5f5aff1 commit 0ea65ad
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/tests.R
Original file line number Diff line number Diff line change
Expand Up @@ -565,7 +565,8 @@ nanotestz(close(s))
if (requireNamespace("promises", quietly = TRUE)) {
nanotestaio(n <- ncurl_aio("https://postman-echo.com/get"))
nanotest(tryCatch(promises::is.promise(promises::then(n, cat)), error = function(e) TRUE))
nanotest(promises::is.promise(promises::as.promise(call_aio(n))))
nanotest(promises::is.promising(n))
nanotest(promises::is.promise(promises::as.promise(call_aio(ncurl_aio("https://postman-echo.com/get")))))
later::run_now()
}
if (Sys.info()[["sysname"]] == "Linux") {
Expand Down

0 comments on commit 0ea65ad

Please sign in to comment.