From a56777bce6696b9351780cb024481f2c9f9a7979 Mon Sep 17 00:00:00 2001 From: Nan Xiao Date: Tue, 13 Feb 2024 22:24:10 -0500 Subject: [PATCH] Remove duplicated helper functions --- tests/testthat/helper.R | 8 -------- 1 file changed, 8 deletions(-) diff --git a/tests/testthat/helper.R b/tests/testthat/helper.R index 5d50528..c49a4e0 100644 --- a/tests/testthat/helper.R +++ b/tests/testthat/helper.R @@ -5,11 +5,3 @@ ae_summary <<- function(...) { ae_specific <<- function(...) { paste("results of", deparse(match.call(), nlines = 1)) } - -ae_summary <<- function(...) { - paste("results of", deparse(match.call(), nlines = 1)) -} - -ae_specific <<- function(...) { - paste("results of", deparse(match.call(), nlines = 1)) -}