Skip to content

Commit

Permalink
accept NAs in production column
Browse files Browse the repository at this point in the history
  • Loading branch information
jdhoffa committed Mar 15, 2024
1 parent 771e0e1 commit 7c3f908
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tests/testthat/test-summarize_weighted_production.R
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,6 @@ test_that("with NAs in crucial columns errors with informative message", {
expect_error_crucial_NAs("id_loan")
expect_error_crucial_NAs("loan_size_outstanding")
expect_error_crucial_NAs("loan_size_credit_limit", use_credit_limit = TRUE)
expect_error_crucial_NAs("production")
expect_error_crucial_NAs("sector_abcd")
expect_error_crucial_NAs("technology")
expect_error_crucial_NAs("year")
Expand Down Expand Up @@ -260,7 +259,6 @@ test_that("with NAs in crucial columns errors with informative message", {
expect_error_crucial_NAs("id_loan")
expect_error_crucial_NAs("loan_size_outstanding")
expect_error_crucial_NAs("loan_size_credit_limit", use_credit_limit = TRUE)
expect_error_crucial_NAs("production")
expect_error_crucial_NAs("sector_abcd")
expect_error_crucial_NAs("technology")
expect_error_crucial_NAs("year")
Expand Down

0 comments on commit 7c3f908

Please sign in to comment.