From 9ad8416b1d9e0485be7ed1aafaf0ecedd076bc8d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rasmus=20Skytte=20Randl=C3=B8v?= Date: Fri, 17 Nov 2023 10:19:13 +0100 Subject: [PATCH] Update test-DiseasystoreBase.R --- tests/testthat/test-DiseasystoreBase.R | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/testthat/test-DiseasystoreBase.R b/tests/testthat/test-DiseasystoreBase.R index 85f293f5..7b7d169e 100644 --- a/tests/testthat/test-DiseasystoreBase.R +++ b/tests/testthat/test-DiseasystoreBase.R @@ -1,6 +1,6 @@ test_that("DiseasystoreBase works", { - # Test different initializations of the base module + # Test different initialization of the base module # 1) expect_error(DiseasystoreBase$new(), regexp = "source_conn option not defined")