From fb0df7e39c47da491211db008cf35cf50f3e2ba9 Mon Sep 17 00:00:00 2001 From: krlmlr <1741643+krlmlr@users.noreply.github.com> Date: Fri, 22 Nov 2024 20:02:00 +0000 Subject: [PATCH] [create-pull-request] automated change --- tests/testthat/_snaps/demo/demo.md | 35 +++++++++++++++++++++++++----- 1 file changed, 30 insertions(+), 5 deletions(-) diff --git a/tests/testthat/_snaps/demo/demo.md b/tests/testthat/_snaps/demo/demo.md index 63885cf32..8d79e1764 100644 --- a/tests/testthat/_snaps/demo/demo.md +++ b/tests/testthat/_snaps/demo/demo.md @@ -312,9 +312,14 @@ cat(news, sep = "\n") ## ## # tea 0.0.0.9001 ## +## ## +## +## NA +## +## ## Uncategorized +## ## - Add tests for cup of tea. ## - New cup_of_tea() function makes it easy to drink a cup of tee. -## - Added a `NEWS.md` file to track changes to the package. ``` While reviewing we notice that there was a typo in one of the comments (congrats if you noticed right away that we typed "tee" instead of "tea"!). @@ -333,9 +338,14 @@ cat(news, sep = "\n") ## ## # tea 0.0.0.9001 ## +## ## +## +## NA +## +## ## Uncategorized +## ## - Add tests for cup of tea. ## - New cup_of_tea() function makes it easy to drink a cup of tea. -## - Added a `NEWS.md` file to track changes to the package. writeLines(news, "NEWS.md") ``` @@ -385,9 +395,14 @@ cat(news, sep = "\n") ## ## # tea 0.0.0.9001 ## +## ## +## +## NA +## +## ## Uncategorized +## ## - Add tests for cup of tea. ## - New cup_of_tea() function makes it easy to drink a cup of tea. -## - Added a `NEWS.md` file to track changes to the package. ``` The version of the package is 0.0.0.9001. @@ -487,9 +502,14 @@ writeLines(news) ## ## # tea 0.0.0.9001 ## +## ## +## +## NA +## +## ## Uncategorized +## ## - Add tests for cup of tea. ## - New cup_of_tea() function makes it easy to drink a cup of tea. -## - Added a `NEWS.md` file to track changes to the package. fledge::finalize_version(push = TRUE) ## > Resetting to previous commit. ## > Committing changes. @@ -561,9 +581,14 @@ cat(news, sep = "\n") ## ## # tea 0.0.0.9001 ## +## ## +## +## NA +## +## ## Uncategorized +## ## - Add tests for cup of tea. ## - New cup_of_tea() function makes it easy to drink a cup of tea. -## - Added a `NEWS.md` file to track changes to the package. ``` Some of the intermediate commit messages are not relevant in the release notes for this release.