Skip to content

Commit 76a24e8

Browse files
authored
Fix #191 (#192)
1 parent 5cab3ab commit 76a24e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/testthat/test-get_account_auth.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ test_that("get_account_lists", {
115115

116116
test_that("get_account_relationships", {
117117
vcr::use_cassette("get_account_relationships_default", {
118-
x <- get_account_relationships(id = id, token = fake_token)
118+
x <- get_account_relationships(ids = id, token = fake_token)
119119
})
120120
expect_true("tbl_df" %in% class(x))
121121
})

0 commit comments

Comments
 (0)