Skip to content

Commit

Permalink
corrected exp col number in test
Browse files Browse the repository at this point in the history
  • Loading branch information
embruna committed Aug 13, 2024
1 parent 4d97f55 commit 540e4d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/testthat/test_references_read.R
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ context("Reading References")
test_that("Read references, reads correctly", {
d<-references_read(data='../extdata/PubExample.txt' ,dir=F)
expect_equal(nrow(d),10)
expect_equal(ncol(d),33)
expect_equal(ncol(d),42)
expect_false(any(is.na(d$AF)))
expect_false(any(is.na(d$TI)))
expect_equal(d$refID,1:10)
Expand Down

0 comments on commit 540e4d0

Please sign in to comment.