tests/testthat/test-multiply.R

#--------code to test multiply function-------#
test_that("multiply(2,3)", {
  expect_equal(multiply(2,3), 6)
})
rsteele7/task_09 documentation built on May 28, 2019, 4:33 a.m.