From f1823941c2328c001bf614939c189c1960c3475b Mon Sep 17 00:00:00 2001 From: Eric Scott Date: Wed, 13 Mar 2024 16:34:53 -0700 Subject: [PATCH] remove unused test file --- tests/testthat/test-tar-shapefile.R | 3 --- 1 file changed, 3 deletions(-) delete mode 100644 tests/testthat/test-tar-shapefile.R diff --git a/tests/testthat/test-tar-shapefile.R b/tests/testthat/test-tar-shapefile.R deleted file mode 100644 index 3bcae48..0000000 --- a/tests/testthat/test-tar-shapefile.R +++ /dev/null @@ -1,3 +0,0 @@ -test_that("tar_shapefile works", { - expect_equal(2 * 2, 4) -})