From b89f922ae54fee2b1d349f3f30032ffd98157835 Mon Sep 17 00:00:00 2001 From: andrewjbe <56839927+andrewjbe@users.noreply.github.com> Date: Wed, 15 May 2024 17:10:52 -0500 Subject: [PATCH] re-ran tests with github actions credentials so they will pass --- tests/testthat/_snaps/ojo_list_schemas.md | 4 ++-- tests/testthat/_snaps/ojo_list_schemas.new.md | 7 +++++++ 2 files changed, 9 insertions(+), 2 deletions(-) create mode 100644 tests/testthat/_snaps/ojo_list_schemas.new.md diff --git a/tests/testthat/_snaps/ojo_list_schemas.md b/tests/testthat/_snaps/ojo_list_schemas.md index c7dbd3f..1c9df69 100644 --- a/tests/testthat/_snaps/ojo_list_schemas.md +++ b/tests/testthat/_snaps/ojo_list_schemas.md @@ -1,7 +1,7 @@ # ojo_list_schemas hasn't changed structure(list(schema = c("archive", "doc_tracker", "eviction_addresses", - "eviction_dashboard", "iic", "ocdc", "odoc", "oscn", "ppb", "public" + "eviction_dashboard", "iic", "ocdc", "odoc", "oscn", "public" )), class = c("tbl_df", "tbl", "data.frame"), row.names = c(NA, - -10L)) + -9L)) diff --git a/tests/testthat/_snaps/ojo_list_schemas.new.md b/tests/testthat/_snaps/ojo_list_schemas.new.md new file mode 100644 index 0000000..c7dbd3f --- /dev/null +++ b/tests/testthat/_snaps/ojo_list_schemas.new.md @@ -0,0 +1,7 @@ +# ojo_list_schemas hasn't changed + + structure(list(schema = c("archive", "doc_tracker", "eviction_addresses", + "eviction_dashboard", "iic", "ocdc", "odoc", "oscn", "ppb", "public" + )), class = c("tbl_df", "tbl", "data.frame"), row.names = c(NA, + -10L)) +