judith-bourque / faker

Get data from the Faker API
Other
0 stars 0 forks source link

Add test for hello() #6

Closed judith-bourque closed 1 year ago

judith-bourque commented 1 year ago
test_that("we can say hi", {
  expect_equal(hello(), "Hello, world!")
})