Skip to content

Commit

Permalink
Use mica_dup instead of mica_duplicates
Browse files Browse the repository at this point in the history
Same as f37ef07
  • Loading branch information
damianooldoni committed Nov 9, 2023
1 parent c2b320f commit 1ea3aea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/testthat/test-get_record_table.R
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ test_that(paste(
testthat::expect_equal(names(rec_table_dup), names(rec_table))
testthat::expect_equal(
nrow(rec_table_dup),
nrow(mica_duplicates$data$observations)
nrow(mica_dup$data$observations)
)
})

Expand Down

0 comments on commit 1ea3aea

Please sign in to comment.