Skip to content

Commit e16736b

Browse files
authored
Merge pull request #2908 from cpanato/fix-test
update test `TestNewPatchRelease`
2 parents d7ae6f4 + 25625d8 commit e16736b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cmd/krel/cmd/changelog_data_test.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ _Nothing has changed._
7272
- github.com/stretchr/testify: [v1.7.0 → v1.8.0](https://github.com/stretchr/testify/compare/v1.7.0...v1.8.0)
7373
- go.uber.org/goleak: v1.1.10 → v1.2.0
7474
- golang.org/x/lint: 6edffad → 1621716
75-
- golang.org/x/net: a158d28 → 1e63c2f
75+
- golang.org/x/net: a158d28 → v0.4.0
7676
- golang.org/x/sys: 8c9f86f → v0.3.0
7777
- golang.org/x/term: 03fcf44 → v0.3.0
7878
- golang.org/x/text: v0.3.7 → v0.5.0
@@ -140,7 +140,7 @@ const patchReleaseExpectedHTML = `<!DOCTYPE html>
140140
<li>github.com/stretchr/testify: <a href="https://github.com/stretchr/testify/compare/v1.7.0...v1.8.0">v1.7.0 → v1.8.0</a></li>
141141
<li>go.uber.org/goleak: v1.1.10 → v1.2.0</li>
142142
<li>golang.org/x/lint: 6edffad → 1621716</li>
143-
<li>golang.org/x/net: a158d28 → 1e63c2f</li>
143+
<li>golang.org/x/net: a158d28 → v0.4.0</li>
144144
<li>golang.org/x/sys: 8c9f86f → v0.3.0</li>
145145
<li>golang.org/x/term: 03fcf44 → v0.3.0</li>
146146
<li>golang.org/x/text: v0.3.7 → v0.5.0</li>

0 commit comments

Comments
 (0)