Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
strengejacke committed Sep 23, 2023
1 parent 895f763 commit f9415e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/testthat/test-glm.R
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ test_that("get_data", {
})

test_that("get_call", {
expect_s3_class(get_call(m1), "call")
expect_true(inherits(get_call(m1), "call")) # nolint
})

test_that("find_formula", {
Expand Down

0 comments on commit f9415e4

Please sign in to comment.