Skip to content

Commit

Permalink
Remove trailing blank line
Browse files Browse the repository at this point in the history
  • Loading branch information
christophscheuch committed Dec 5, 2024
1 parent ddfc8b3 commit 13054af
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/testthat/tests-perform_request.R
Original file line number Diff line number Diff line change
Expand Up @@ -89,4 +89,3 @@ test_that("perform_request handles API errors gracefully", {
mock_resp <- structure(list(status_code = 404), class = "httr2_response")
expect_error(perform_request("nonexistent"), "HTTP 404 Not Found.")
})

0 comments on commit 13054af

Please sign in to comment.