Skip to content

Commit

Permalink
got dims wrong!
Browse files Browse the repository at this point in the history
  • Loading branch information
robbriers committed May 10, 2019
1 parent 6373fc1 commit b466c6f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/testthat/test-get_status.r
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,6 @@ test_that("incorrect set of criteria returns a message", {
test_that("dimensions of dataframe for 'Supporting elements' level are as expected", {
# retrieve data for Avon Warwickshire MC
test_mc_avon<-get_status("Avon Warwickshire", "MC", level="Supporting elements")
# check that the dimensions are 78 rows, 18 cols
expect_true(all(dim(test_mc_avon)== c(78, 18)))
# check that the dimensions are 73 rows, 18 cols
expect_true(all(dim(test_mc_avon)== c(73, 18)))
})

0 comments on commit b466c6f

Please sign in to comment.