Skip to content

Commit

Permalink
Small test bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
tomessilva committed Oct 21, 2023
1 parent a1599de commit b39bfde
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/testthat/test-ft_s3methods.R
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ test_that("solve.FastTransform() works correctly", {
test_that("determinant.FastTransform() works ok with logarithm=FALSE", {
test_det <- determinant(fort(4),logarithm = FALSE)
expect_true(is.list(test_det))
expect_true(inherits(test_det),"det")
expect_true(inherits(test_det,"det"))
expect_false(attr(test_det$modulus,"logarithm"))
})

Expand Down

0 comments on commit b39bfde

Please sign in to comment.