Skip to content

Commit

Permalink
uu
Browse files Browse the repository at this point in the history
  • Loading branch information
Zack-83 committed Jul 12, 2018
1 parent 99f113f commit 45d10a7
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tests/testthat/test-rescale.R
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,7 @@ test_that("rescaling works, without overwriting the default", {
test_that("rescaling works, without nondefault arguments", {
expect_equal(rescale(1:3,1,2), c(1,1.5,2))
})

test_that("rescaling works, without nondefault arguments", {
expect_equal(rescale(1:3,1,4), c(1,2.5,4))
})

0 comments on commit 45d10a7

Please sign in to comment.