From c3c79cfeaf18bac323708542bdecdbbe17808b30 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Ver=C3=ADssimo?= <211358+averissimo@users.noreply.github.com> Date: Thu, 17 Oct 2024 14:12:19 +0100 Subject: [PATCH] tests: typo --- tests/testthat/test-get_code.R | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/testthat/test-get_code.R b/tests/testthat/test-get_code.R index 57c66fa7e..5eb8cf02b 100644 --- a/tests/testthat/test-get_code.R +++ b/tests/testthat/test-get_code.R @@ -731,7 +731,7 @@ testthat::describe("Backticked symbol", { ) }) - testthat::it("without special characters is cleaned and detecteed in code dependency", { + testthat::it("without special characters is cleaned and detected in code dependency", { td <- teal_data() |> within({ `add_column` <- function(lhs, rhs) cbind(lhs, rhs)