From e3c07b8e8eb11bc783be7cb2c876314af37aa011 Mon Sep 17 00:00:00 2001 From: Tan Date: Wed, 27 Dec 2023 18:39:56 -0500 Subject: [PATCH] typos --- tests/testthat/test-with_auth.R | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/testthat/test-with_auth.R b/tests/testthat/test-with_auth.R index 8c44e9d..9ad7dc8 100644 --- a/tests/testthat/test-with_auth.R +++ b/tests/testthat/test-with_auth.R @@ -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") @@ -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",