diff --git a/tests/testthat/_snaps/deprecate-service-version.md b/tests/testthat/_snaps/deprecate-service-version.md index 770e479..37f1b6a 100644 --- a/tests/testthat/_snaps/deprecate-service-version.md +++ b/tests/testthat/_snaps/deprecate-service-version.md @@ -2,7 +2,8 @@ Code deprecate_message_service_version("1.1", "blop") - Warning + Condition + Warning: The `service_version` argument of `blop()` is deprecated as of EMODnetWFS 2.0.1. i All calls are made with service version 2.0.0. For more control, consider using {ows4r} directly. diff --git a/tests/testthat/_snaps/ui.md b/tests/testthat/_snaps/ui.md index 65d468d..e789a72 100644 --- a/tests/testthat/_snaps/ui.md +++ b/tests/testthat/_snaps/ui.md @@ -2,20 +2,20 @@ Code cli_alert_success("hihihi") - Message + Message v hihihi # cli_alert_info() works Code cli_alert_info("hihihi") - Message + Message i hihihi # cli_alert_danger() works Code cli_alert_danger("hihihi") - Message + Message x hihihi