Skip to content

Commit

Permalink
Update nrow of taxa in test-setup.R
Browse files Browse the repository at this point in the history
  • Loading branch information
yangsophieee committed Nov 23, 2023
1 parent 3c83492 commit 5ade42a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/testthat/test-setup.R
Original file line number Diff line number Diff line change
Expand Up @@ -618,7 +618,7 @@ test_that("`build_setup_pipeline` is working", {
expect_silent(taxa2 <- read_csv_char("config/taxon_list.csv"))
expect_contains(names(taxa2), vars)
expect_true(length(names(taxa2)) > 2)
expect_true(nrow(taxa2) == 258)
expect_true(nrow(taxa2) == 261)

## Now try building in a controlled env, using base method
base_tmp_env <- new.env()
Expand Down Expand Up @@ -672,7 +672,7 @@ test_that("`build_setup_pipeline` is working", {
## Todo add mode here

## sources

## metadata

## schema
Expand Down

0 comments on commit 5ade42a

Please sign in to comment.