Skip to content

Commit

Permalink
typos
Browse files Browse the repository at this point in the history
  • Loading branch information
tanho63 committed Dec 29, 2023
1 parent 7161322 commit e3c07b8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/testthat/test-with_auth.R
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ test_that("Error if we try to create an existing release",{
})

context("pb_write")
test_that("pb_read can write file from memory to release", {
test_that("pb_write can write file from memory to release", {
skippy(TRUE)
skip_if_offline("api.github.com")

Expand All @@ -67,7 +67,7 @@ test_that("pb_read can write file from memory to release", {
expect_equal(out[[1]][["status_code"]], 201)
})

test_that("pb_read can autodetect different file formats",{
test_that("pb_write can autodetect different file formats",{
out <- pb_write(
x = mtcars,
file = "mtcars.csv",
Expand Down

0 comments on commit e3c07b8

Please sign in to comment.