We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 36163e7 commit 4fbe5e5Copy full SHA for 4fbe5e5
tests/testthat/test-idig_search_media.R
@@ -36,7 +36,7 @@ test_that("full results for mq queries return", {
36
testthat::skip_if_offline()
37
38
df <- idig_search_media(mq = mq, limit = 6000)
39
- u <- "00003b7d-07fb-4c36-a81a-18f7cde49203"
+ u <- "00001244-7d13-4bc0-beff-f7f271632c98"
40
41
expect_that(df, is_a("data.frame"))
42
expect_true(nrow(df) > 5000)
0 commit comments