Skip to content

Commit

Permalink
try not skipping this test
Browse files Browse the repository at this point in the history
  • Loading branch information
adamhsparks committed Dec 7, 2024
1 parent da77d71 commit 51de1d2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/testthat/test-get_estimates_by_size.R
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@

test_that("get_estimates_by_size works", {
skip_if_offline()
skip_on_ci()
x <- get_estimates_by_size()
expect_named(x, c("Variable", "Year", "Size", "Industry", "Value", "RSE"))
expect_s3_class(x, c("data.table", "data.frame"))
Expand Down

0 comments on commit 51de1d2

Please sign in to comment.