Skip to content

Commit

Permalink
Fix test.
Browse files Browse the repository at this point in the history
  • Loading branch information
maurolepore committed Jun 20, 2018
1 parent dee6861 commit 31373c7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion tests/testthat/test-at.R
Expand Up @@ -5,7 +5,7 @@ test_that("output has correct structure", {

dfm <- data.frame(a = 1, b = 1)
expect_is(
out <- conv_unit_at(dfm, .at = "a", "mm", "m"), "data.frame"
out <- convert_unit_at(dfm, .at = "a", "mm", "m"), "data.frame"
)
expect_named(out, c("a", "b"))
expect_equal(out[[1]], 1 / 1000)
Expand Down
4 changes: 2 additions & 2 deletions tmp.R
Expand Up @@ -85,8 +85,8 @@ pick_top

lookup
replace_null
conv_unit_at
conv_unit
convert_unit_at
convert_unit



Expand Down

0 comments on commit 31373c7

Please sign in to comment.