Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

test: Snapshot updates for rcc-smoke (null) #808

Closed
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
35 changes: 30 additions & 5 deletions tests/testthat/_snaps/demo/demo.md
Original file line number Diff line number Diff line change
Expand Up @@ -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"!).
Expand All @@ -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")
```

Expand Down Expand Up @@ -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.
Expand Down Expand Up @@ -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.
Expand Down Expand Up @@ -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.
Expand Down