Skip to content

Commit

Permalink
fix logic of if statement in coercion tests
Browse files Browse the repository at this point in the history
  • Loading branch information
joshwlambert committed Aug 15, 2024
1 parent aa7dbc9 commit 4f70080
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/testthat/test-coercion.R
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
if (!requireNamespace("epireview", quietly = TRUE)) {
if (requireNamespace("epireview", quietly = TRUE)) {
# suppress message about loading data
ebola_data <- suppressMessages(
epireview::load_epidata("ebola")
Expand Down

0 comments on commit 4f70080

Please sign in to comment.