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)) })