Skip to content

Commit

Permalink
bug liftover test
Browse files Browse the repository at this point in the history
  • Loading branch information
Al-Murphy committed Apr 29, 2024
1 parent 16afb54 commit 01386f5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Package: MungeSumstats
Type: Package
Title: Standardise summary statistics from GWAS
Version: 1.11.10
Version: 1.11.11
Authors@R:
c(person(given = "Alan",
family = "Murphy",
Expand Down
2 changes: 1 addition & 1 deletion longtests/testthat/test-liftover.R
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ test_that("liftover works", {
)
lcl_ss <- data.table::fread(reformatted$sumstats)
remote_ss <- data.table::fread(reformatted4$sumstats)
expect_equal(all.equal(lcl_ss,remote_ss))
expect_equal(all.equal(lcl_ss,remote_ss),TRUE)


} else {
Expand Down

0 comments on commit 01386f5

Please sign in to comment.