Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
strengejacke committed Mar 10, 2023
1 parent f87c90d commit 0147518
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/testthat/test-htest.R
Original file line number Diff line number Diff line change
Expand Up @@ -239,6 +239,7 @@ test_that("model_info.shapiro-test", {
k2 <- kruskal.test(list(d$x, d$y))
out <- get_data(k2)
expect_identical(
out,
list(x1 = c(
7L, 7L, 3L, 6L, 3L, 2L, 2L, 6L, 3L, 5L, 4L, 6L, 6L,
1L, 2L, 3L, 8L, 5L, 3L, 3L, 1L, 4L, 1L, 1L, 5L, 3L, 8L, 2L, 7L,
Expand Down

0 comments on commit 0147518

Please sign in to comment.