Skip to content

Commit

Permalink
updated
Browse files Browse the repository at this point in the history
  • Loading branch information
robsalasco committed Nov 8, 2019
1 parent 009017a commit fbdb8e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/testthat/test-get_sinim.R
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ test_that("get_sinim returns a valid output", {

expect_is(tbl, "data.frame")
expect_true(is.numeric(tbl$value))
expect_output(str(tbl), "346 obs. of 5 variables")
expect_output(str(tbl), "345 obs. of 5 variables")
})


Expand Down

0 comments on commit fbdb8e4

Please sign in to comment.