Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
strengejacke committed Feb 7, 2024
1 parent 8015e56 commit b265477
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/testthat/test-rqss.R
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ test_that("find_terms", {
})

test_that("n_obs", {
expect_identical(n_obs(m1), 38L)
expect_identical(n_obs(m1), 38)
})

test_that("link_function", {
Expand Down

0 comments on commit b265477

Please sign in to comment.