Skip to content

Commit

Permalink
Fix a test
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesmbaazam committed Dec 1, 2023
1 parent 48fdc59 commit d3e92e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/testthat/test-simulate.R
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@ test_that("simulate_tree_from_pop throws errors", {
offspring_disp = 0.9,
generation_time = generation_time_fn
),
"not found"
"'arg' must be NULL or a character vector"
)
expect_error(
simulate_tree_from_pop(
Expand Down

0 comments on commit d3e92e8

Please sign in to comment.