Skip to content

Commit 7c57655

Browse files
committed
Slightly better text in tests
1 parent 71151e0 commit 7c57655

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

tests/testthat.R

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## load some dependencies
1+
## load dependencies
22
library(testthat)
33
library(codecov.R)
44

tests/testthat/test-allwehave.R

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
context('Testing functions...')
1+
context('functions')
2+
23
test_that('We got numbers', {
34
expect_that(tested(5), equals(5))
45
})

0 commit comments

Comments
 (0)