We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 939080f commit a5a3c81Copy full SHA for a5a3c81
tests/testthat/test-get_record.R
@@ -55,6 +55,22 @@ test_that("bcdc_list_groups", {
55
expect_s3_class(bcdc_list_groups(), "data.frame")
56
})
57
58
+test_that("bcdc_list_organization_records works", {
59
+ skip_on_cran()
60
+ skip_if_net_down()
61
+
62
+ expect_s3_class(bcdc_list_organization_records('bc-stats'), "bcdc_organization")
63
+ expect_s3_class(bcdc_list_organization_records('bc-stats'), "tbl_df")
64
65
+})
66
67
+test_that("bcdc_list_organizations", {
68
69
70
71
+ expect_s3_class(bcdc_list_organizations(), "data.frame")
72
73
74
test_that("bcdc_list works", {
75
skip_on_cran()
76
skip_if_net_down()
0 commit comments