Skip to content

Commit

Permalink
lintr
Browse files Browse the repository at this point in the history
  • Loading branch information
Zelos Zhu committed Oct 12, 2023
1 parent 92aaf07 commit 368f4af
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tests/testthat/test-derive_merged.R
Original file line number Diff line number Diff line change
Expand Up @@ -194,8 +194,8 @@ test_that("derive_vars_merged Test 7: expressions for new_vars and missing_value
})


## Test 8: expressions for new_vars and missing_values and exist_flags ----
test_that("derive_vars_merged Test 8: expressions for new_vars and missing_values and exist_flags", {
## Test 8: Use of missing_values and exist_flags ----
test_that("derive_vars_merged Test 8: Use of missing_values and exist_flags", {
actual <- derive_vars_merged(
adsl,
dataset_add = advs,
Expand Down Expand Up @@ -263,7 +263,7 @@ test_that("derive_vars_merged Test 9: use new variables in filter_add and order"
})

## Test 10: warning if not unique w.r.t the by variables and the order ----
test_that("derive_vars_merged Test 10: warning if not unique w.r.t the by variables and the order", {
test_that("derive_vars_merged Test 10: warning if not unique w.r.t the by variables and the order", { # nolint
expect_warning(
actual <- derive_vars_merged(advs,
dataset_add = adsl2,
Expand Down

0 comments on commit 368f4af

Please sign in to comment.