Skip to content

Commit ef07f76

Browse files
authored
Add placeholder unit test (#25)
Former-commit-id: 1b732d7 Former-commit-id: 10840940f8018d273040ae1669cfb789f7c0a499
1 parent 68eb93c commit ef07f76

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)