Skip to content

Commit

Permalink
Class validator runs 4 times, not 3
Browse files Browse the repository at this point in the history
  • Loading branch information
t-kalinowski committed Nov 8, 2024
1 parent 6583c13 commit 1636d12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/testthat/test-S7.R
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
test_that("S7 coverage is reported", {
cov <- as.data.frame(package_coverage(test_path("TestS7")))

expect_equal(cov$value, c(1, 1, 1, 1, 3, 0, 3, 0, 3, 1, 1))
expect_equal(cov$value, c(1, 1, 1, 1, 4, 0, 4, 0, 4, 1, 1))
})

0 comments on commit 1636d12

Please sign in to comment.