Skip to content

Commit

Permalink
remove double variable assignment in epidist_db test
Browse files Browse the repository at this point in the history
  • Loading branch information
joshwlambert committed Nov 17, 2023
1 parent 5694d0f commit e531c09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/testthat/test-epidist_db.R
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ test_that(".read_epidist_db works as expected", {
})

test_that("sysdata is the same as .read_epidist_db output", {
sysdat <- edist <- suppressMessages(epidist_db())
sysdat <- suppressMessages(epidist_db())
db <- .read_epidist_db()
expect_equal(sysdat, db, tolerance = 1e-3)
})

0 comments on commit e531c09

Please sign in to comment.