Skip to content

Commit

Permalink
Fix metadata test
Browse files Browse the repository at this point in the history
  • Loading branch information
elimillera committed Nov 26, 2024
1 parent a6d7bdf commit 2ff942f
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 @@ -624,7 +624,7 @@ test_that("metadata Test 29: Variable ordering messaging is correct", {
# Metadata versions
xportr_metadata(df, df_meta, domain = "df", verbose = "message") %>%
xportr_order() %>%
expect_message("All variables in specification file are in dataset") %>%
expect_message("All variables in dataset are found in `metadata`") %>%
expect_condition("4 reordered in dataset") %>%
expect_message("Variable reordered in `.df`: `a`, `b`, `c`, and `d`")

Expand Down

0 comments on commit 2ff942f

Please sign in to comment.