Skip to content

Commit

Permalink
chore: update tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ldez committed Mar 7, 2024
1 parent de34c51 commit 031e987
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions upgrader_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -139,8 +139,8 @@ func Test_guessVersion(t *testing.T) {
baseModuleName: "github.com/google/go-github",
raw: "latest",
expected: expected{
Major: "v50",
Full: "v50.1.0",
Major: "v60",
Full: "v60.0.0",
},
},
{
Expand All @@ -149,7 +149,7 @@ func Test_guessVersion(t *testing.T) {
raw: "latest",
expected: expected{
Major: "v4",
Full: "v4.2.0",
Full: "v4.2.1",
},
},
}
Expand Down

0 comments on commit 031e987

Please sign in to comment.