Skip to content

Commit

Permalink
add test
Browse files Browse the repository at this point in the history
  • Loading branch information
julieaubert committed Apr 17, 2020
1 parent e02a055 commit 7dd71c0
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# cobiclust 0.1.0

* Added a `NEWS.md` file to track changes to the package.
3 changes: 3 additions & 0 deletions tests/testthat/test-cobiclust.R
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
test_that("multiplication works", {
expect_equal(2 * 2, 4)
})

0 comments on commit 7dd71c0

Please sign in to comment.