Skip to content

Commit

Permalink
remove snapshot
Browse files Browse the repository at this point in the history
  • Loading branch information
joshyam-k committed Dec 22, 2023
1 parent 88ab3b5 commit 6e46887
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 33 deletions.
29 changes: 0 additions & 29 deletions tests/testthat/_snaps/unit_zi.md

This file was deleted.

4 changes: 0 additions & 4 deletions tests/testthat/test-unit_zi.R
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,6 @@ result <- unit_zi(samp,
B = 5,
parallel = FALSE)

test_that("printed result is as expected", {
expect_snapshot(result)
})

test_that("result is as expected", {
expect_equal(result$res$mse[2], 80.5, tolerance = 0.01)
expect_equal(result$res$mse[12], 144.4, tolerance = 0.01)
Expand Down

0 comments on commit 6e46887

Please sign in to comment.