Skip to content

Commit

Permalink
test: fix
Browse files Browse the repository at this point in the history
Signed-off-by: Carlos Alexandro Becker <caarlos0@users.noreply.github.com>
  • Loading branch information
caarlos0 committed Apr 24, 2024
1 parent f0c099b commit b35b97b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/pipe/changelog/changelog_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -525,7 +525,7 @@ func TestGetChangelogGitHub(t *testing.T) {
Message: "fix: do not skip any defaults (#2521)",
AuthorName: "Carlos",
AuthorEmail: "nope@nope.com",
AuthorUsername: "@caarlos0",
AuthorUsername: "caarlos0",
},
}
l := scmChangeloger{
Expand Down

0 comments on commit b35b97b

Please sign in to comment.