Skip to content

Commit 539021f

Browse files
authored
Add placeholder unit test (#25)
Former-commit-id: 1b732d7 Former-commit-id: 10840940f8018d273040ae1669cfb789f7c0a499 Former-commit-id: 286db71f7920a07f8f8a4d090083681e2cb843da [formerly 16c5df0] Former-commit-id: b40473ac40abdfab1551531df46fe087421c40d4
1 parent d8e7b94 commit 539021f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

tests/testthat/test-multiply.R

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
test_that("multiplication works", {
2+
expect_equal(2 * 2, 4)
3+
})

0 commit comments

Comments
 (0)