From ebd786a5c2d20c2eec14fcf945474caa601a28ff Mon Sep 17 00:00:00 2001
From: krlmlr <1741643+krlmlr@users.noreply.github.com>
Date: Fri, 30 Aug 2024 09:48:07 +0000
Subject: [PATCH] [create-pull-request] automated change

---
 tests/testthat/_snaps/demo/demo.md        | 4 ++--
 tests/testthat/_snaps/finalize-version.md | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/tests/testthat/_snaps/demo/demo.md b/tests/testthat/_snaps/demo/demo.md
index 42bba2edd..63885cf32 100644
--- a/tests/testthat/_snaps/demo/demo.md
+++ b/tests/testthat/_snaps/demo/demo.md
@@ -366,8 +366,8 @@ fledge::finalize_version(push = TRUE)
 ## 
 ## > Deleting existing tag v0.0.0.9001.
 ## > Creating tag v0.0.0.9001 with tag message derived from 'NEWS.md'.
-## > Force-pushing tag v0.0.0.9001.
 ## > Pushing main.
+## > Force-pushing tag v0.0.0.9001.
 show_tags(remote_url)
 ## # A tibble: 1 x 2
 ##   name        ref                  
@@ -497,8 +497,8 @@ fledge::finalize_version(push = TRUE)
 ## -- Tagging Version --
 ## 
 ## i Tag v0.0.0.9002 exists and points to the current commit.
-## > Force-pushing tag v0.0.0.9002.
 ## > Pushing main.
+## > Force-pushing tag v0.0.0.9002.
 ```
 
 It seems we do not even need to amend the `NEWS.md` by hand this time as we made no typo!
diff --git a/tests/testthat/_snaps/finalize-version.md b/tests/testthat/_snaps/finalize-version.md
index 7f950f5eb..28d09ad8e 100644
--- a/tests/testthat/_snaps/finalize-version.md
+++ b/tests/testthat/_snaps/finalize-version.md
@@ -23,8 +23,8 @@
       
       > Deleting existing tag v0.0.0.9001.
       > Creating tag v0.0.0.9001 with tag message derived from 'NEWS.md'.
-      > Force-pushing tag v0.0.0.9001.
       > Pushing main.
+      > Force-pushing tag v0.0.0.9001.
     Code
       show_tags(remote_url)
     Output