From e38a2f5331152f0961e9c0b17b4decbd986258b0 Mon Sep 17 00:00:00 2001 From: Katrin Leinweber <9948149+katrinleinweber@users.noreply.github.com> Date: Mon, 29 Jun 2020 09:58:40 +0200 Subject: [PATCH] Fix typo --- tests/testthat/test-download.R | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/testthat/test-download.R b/tests/testthat/test-download.R index 2d947f3..7973e79 100644 --- a/tests/testthat/test-download.R +++ b/tests/testthat/test-download.R @@ -1,4 +1,4 @@ -test_that("Downloading without preper credentials raises an error", { +test_that("Downloading without proper credentials raises an error", { random <- sample(letters, 8) expect_error(download(construct_url(717), user = random, password = random)) })