Skip to content

Commit

Permalink
subject header updated to remove impute_length()
Browse files Browse the repository at this point in the history
  • Loading branch information
cpiraux committed Feb 20, 2024
1 parent 19130f3 commit 0ea9a8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/testthat/test-metadata.R
Original file line number Diff line number Diff line change
Expand Up @@ -513,7 +513,7 @@ test_that("xportr_length: Check if length gets imputed when a new variable is pa
xportr_length(df, df_meta, domain = "df")
)

# Max length is the imputed length for character and 8 for other data types as in impute_length()
# Max length is the imputed length for character and 8 for other data types
expect_equal(c(x = 1, y = 1, z = 8), map_dbl(df_with_width, attr, "width"))
expect_equal(df_with_width, structure(
list(
Expand Down

0 comments on commit 0ea9a8f

Please sign in to comment.