Skip to content

Commit

Permalink
Update indiv number of variables
Browse files Browse the repository at this point in the history
  • Loading branch information
Jennit07 committed Jul 25, 2023
1 parent 082bca4 commit 51c11ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/testthat/test-read_slf_individual.R
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ test_that("Reads individual file correctly", {
expect_equal(nrow(indiv_file), 100)

# Test for correct number of variables (will need updating)
expect_length(indiv_file, 184)
expect_length(indiv_file, 180)
}
})

Expand Down

0 comments on commit 51c11ca

Please sign in to comment.