We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 36ef2a8 commit 63174e7Copy full SHA for 63174e7
tests/testthat/test-validation_sirene.R
@@ -16,7 +16,7 @@ test_that("somme_luhn", {
16
)
17
18
expect_equal(
19
- somme_luhn(matrix(c(9L, 7L, 3L), ncol = 3, byrow = 3)),
+ somme_luhn(matrix(c(9L, 7L, 3L), ncol = 3, byrow = TRUE)),
20
21
22
0 commit comments