Skip to content

Commit be4776b

Browse files
committed
Use modern testthat style
1 parent 7c57655 commit be4776b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/testthat/test-allwehave.R

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
context('functions')
22

33
test_that('We got numbers', {
4-
expect_that(tested(5), equals(5))
4+
expect_equal(tested(5), 5)
55
})

0 commit comments

Comments
 (0)