Skip to content

Commit 63174e7

Browse files
committed
coquille test
1 parent 36ef2a8 commit 63174e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/testthat/test-validation_sirene.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ test_that("somme_luhn", {
1616
)
1717

1818
expect_equal(
19-
somme_luhn(matrix(c(9L, 7L, 3L), ncol = 3, byrow = 3)),
19+
somme_luhn(matrix(c(9L, 7L, 3L), ncol = 3, byrow = TRUE)),
2020
17
2121
)
2222

0 commit comments

Comments
 (0)