From 55c67b100f098715a1312f34dc8bee2bec45cd16 Mon Sep 17 00:00:00 2001 From: Hugo Gruson Date: Mon, 6 Nov 2023 11:32:06 +0100 Subject: [PATCH] Remove commented code (fix lints) --- tests/testthat/test-show_tables.R | 2 -- 1 file changed, 2 deletions(-) diff --git a/tests/testthat/test-show_tables.R b/tests/testthat/test-show_tables.R index cf7d1274..a9a0dadb 100644 --- a/tests/testthat/test-show_tables.R +++ b/tests/testthat/test-show_tables.R @@ -1,8 +1,6 @@ testthat::skip_on_cran() testthat::skip_if_offline() test_that("Function 'show_tables' correctly displays the table names", { - # testthat::skip_on_cran() - # testthat::skip_if_offline() tables <- show_tables( data_source = "mysql-rfam-public.ebi.ac.uk", credentials_file = system.file("extdata", "test.ini", package = "readepi"),