Skip to content

Commit 3166407

Browse files
committed
ouch
1 parent 19903e3 commit 3166407

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/testthat/test-commit.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -310,7 +310,7 @@ test_that("git_log shows commits from merged branches", {
310310
expect_equal(
311311
trimws(log$message),
312312
c(
313-
"Merged feature into main",
313+
sprintf("Merged feature into %s", main),
314314
"Third commit on main",
315315
"Second commit on main",
316316
"Initial commit on main"

0 commit comments

Comments
 (0)