Skip to content

Commit

Permalink
Fix?
Browse files Browse the repository at this point in the history
  • Loading branch information
nealrichardson committed Apr 18, 2024
1 parent 65d1153 commit b1c4dcb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/integrated/test-git.R
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ test_that("git deployment works", {

test_that("repo_check_account works", {
scoped_experimental_silence()
acc <- expect_message(
repo_check_account(test_conn_1, "https://github.com"),
expect_message(
acc <- repo_check_account(test_conn_1, "https://github.com"),
"anonymous"
)

Expand Down

0 comments on commit b1c4dcb

Please sign in to comment.