Skip to content

Commit db5c5b6

Browse files
committed
fix test
1 parent f33cccb commit db5c5b6

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

modules/git/repo_tag_test.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -263,6 +263,7 @@ func TestRepository_parseTagRef(t *testing.T) {
263263
264264
* add changelog of v1.9.1
265265
* Update CHANGELOG.md
266+
266267
-----BEGIN PGP SIGNATURE-----
267268
268269
aBCGzBAABCgAdFiEEyWRwv/q1Q6IjSv+D4IPOwzt33PoFAmI8jbIACgkQ4IPOwzt3
@@ -303,7 +304,7 @@ qbHDASXl
303304
Object: MustIDFromString("3325fd8a973321fd59455492976c042dde3fd1ca"),
304305
Type: "tag",
305306
Tagger: parseSignatureFromCommitLine("Foo Bar <foo@bar.com> 1565789218 +0300"),
306-
CommitMessage: CommitMessage{MessageRaw: "Add changelog of v1.9.1 (#7859)\n\n* add changelog of v1.9.1\n* Update CHANGELOG.md"},
307+
CommitMessage: CommitMessage{MessageRaw: "Add changelog of v1.9.1 (#7859)\n\n* add changelog of v1.9.1\n* Update CHANGELOG.md\n"},
307308
Signature: &CommitSignature{
308309
Signature: `-----BEGIN PGP SIGNATURE-----
309310

0 commit comments

Comments
 (0)