Skip to content

Commit

Permalink
fix issue in mpm2-generator replacing expect_identical with expect_equal
Browse files Browse the repository at this point in the history
  • Loading branch information
jakobbossek committed Oct 31, 2023
1 parent c9576a0 commit 5cd9ff8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/testthat/test_soofuns.R
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ test_that("Multiple peaks model 2 (MPM2) functions work", {
expect_true(is.numeric(yr))

# confirm that results are identical between evaluation environments
expect_identical(yp, yr)
expect_equal(yp, yr)

# confirm vectorization works as expected
expect_true(isVectorized(fnr))
Expand Down

0 comments on commit 5cd9ff8

Please sign in to comment.