Skip to content

Commit

Permalink
coquille test
Browse files Browse the repository at this point in the history
  • Loading branch information
py-b committed Oct 23, 2023
1 parent 36ef2a8 commit 63174e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/testthat/test-validation_sirene.R
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ test_that("somme_luhn", {
)

expect_equal(
somme_luhn(matrix(c(9L, 7L, 3L), ncol = 3, byrow = 3)),
somme_luhn(matrix(c(9L, 7L, 3L), ncol = 3, byrow = TRUE)),
17
)

Expand Down

0 comments on commit 63174e7

Please sign in to comment.