We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7c57655 commit be4776bCopy full SHA for be4776b
tests/testthat/test-allwehave.R
@@ -1,5 +1,5 @@
1
context('functions')
2
3
test_that('We got numbers', {
4
- expect_that(tested(5), equals(5))
+ expect_equal(tested(5), 5)
5
})
0 commit comments