Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
pat-s committed Oct 26, 2023
1 parent bb7d1be commit 6f8ffb3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/utils/__snapshots__/change.test.ts.snap
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ exports[`change > 'should add new section' 1`] = `
"
`;

exports[`change > 'should remove versions newer than the' 1`] = `
exports[`change > 'should remove versions newer than the latest released version' 1`] = `
"# Changelog
## [2.0.4](https://github.com/woodpecker-ci/woodpecker/releases/tag/2.0.4) - 2000-02-01
Expand Down Expand Up @@ -98,7 +98,7 @@ exports[`change > 'should remove versions newer than the…' 1`] = `
"
`;

exports[`change > 'should update existing changelog sect…' 1`] = `
exports[`change > 'should update existing changelog section' 1`] = `
"# Changelog
## [2.0.3](https://github.com/woodpecker-ci/woodpecker/releases/tag/2.0.3) - 2000-02-01
Expand Down

0 comments on commit 6f8ffb3

Please sign in to comment.