Skip to content

Commit

Permalink
add unit test #4
Browse files Browse the repository at this point in the history
  • Loading branch information
VincentGuyader committed Aug 22, 2022
1 parent c11eb16 commit 60cb59f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/testthat/test-find_name.R
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
test_that("find_name works", {
expect_equal(find_name(iris,"Sepal"), list(rang = 1:2, valeur = c("Sepal.Length", "Sepal.Width")))
})

0 comments on commit 60cb59f

Please sign in to comment.