Skip to content

Commit

Permalink
Style package
Browse files Browse the repository at this point in the history
  • Loading branch information
Jennit07 authored and github-actions[bot] committed Dec 12, 2023
1 parent 73e977f commit 3b92113
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion tests/testthat/test-read_slf_episode.R
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ for (year in years) {
expect_equal(nrow(ep_file), 110)
})

#Need to come back to this test - some files have different lengths
# Need to come back to this test - some files have different lengths
# test_that("Episode file has the expected number of variables", {
# # Test for correct number of variables (will need updating)
# expect_length(ep_file, 241)
Expand Down
1 change: 0 additions & 1 deletion tests/testthat/test-read_slf_individual.R
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ test_that("Reads individual file correctly", {
# Need to come back to this test - some files have different lengths
# # Test for correct number of variables (will need updating)
# expect_length(indiv_file, 184)

}
})

Expand Down

0 comments on commit 3b92113

Please sign in to comment.