Skip to content

Commit

Permalink
updated test
Browse files Browse the repository at this point in the history
  • Loading branch information
robsalasco committed Aug 16, 2020
1 parent 38b6b44 commit 2735e9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/testthat/test-search_sinim_vars.R
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ test_that("search_sinim_vars returns a valid output", {
srch <- search_sinim_vars("ingreso")

expect_is(srch, "data.frame")
expect_output(str(srch), "65 obs. of 6 variables")
expect_output(str(srch), "67 obs. of 6 variables")
})

0 comments on commit 2735e9b

Please sign in to comment.