Skip to content

Commit 2977156

Browse files
committed
Merge pull request #3 from rasmusab/develop
Changed the tests so that they are compatible with the upcoming testthat package
2 parents 50d92ae + 0874c92 commit 2977156

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

tests/testthat/test-bayesboot-deterministic.R

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -61,10 +61,10 @@ test_that("bayesboot produces a valid output", {
6161
})
6262
})
6363

64-
expect_output(summary(b1), ".")
65-
expect_output(summary(b2), ".")
66-
expect_output(summary(b3), ".")
67-
expect_output(summary(b4), ".")
64+
expect_output(print(summary(b1)), ".")
65+
expect_output(print(summary(b2)), ".")
66+
expect_output(print(summary(b3)), ".")
67+
expect_output(print(summary(b4)), ".")
6868
expect_warning(summary(b5))
6969
expect_true({
7070
plot(b1)

0 commit comments

Comments
 (0)