Skip to content

Commit

Permalink
Update test-tempconvert.R
Browse files Browse the repository at this point in the history
  • Loading branch information
edwbaker committed Oct 25, 2018
1 parent 52b6072 commit 35c051c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/testthat/test-tempconvert.R
Expand Up @@ -31,5 +31,5 @@ test_that("error on incorrect unit convert2Kelvin", {


test_that("nobody has created a working convert to Farenheit function", {
expect_error(convert2Fahrenheit(0))
})
expect_error(convert2Fahrenheit(0), "Implementation of this function is against the politcial beliefs of the author.")
})

0 comments on commit 35c051c

Please sign in to comment.