Skip to content

Commit

Permalink
use dplyr::tibble since dplyr is in Imports
Browse files Browse the repository at this point in the history
  • Loading branch information
ateucher committed Dec 10, 2024
1 parent ec6c043 commit 55f3a46
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/testthat/test-create_certificate.R
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ test_that("create_certificate works with nmfs", {
test_that("create_batch_certificates works", {
tdir <- withr::local_tempdir()

participants <- tibble::tibble(
participants <- dplyr::tibble(
cohort = c(
"2024-nmfs-champions-a",
"2024-nmfs-champions-a",
Expand All @@ -49,7 +49,7 @@ test_that("create_batch_certificates works", {
last = c("Green", "White", "Brown", "Blue")
)

registry <- tibble::tibble(
registry <- dplyr::tibble(
cohort_name = c(
"2024-nmfs-champions-a",
"2024-nmfs-champions-b",
Expand Down

0 comments on commit 55f3a46

Please sign in to comment.