Skip to content

Commit

Permalink
fix semver test
Browse files Browse the repository at this point in the history
  • Loading branch information
antoooks committed May 30, 2024
1 parent e67aaad commit e797984
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/gorepomod/internal/semver/semver_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ func TestParse(t *testing.T) {
},
"trailing CRLF": {
raw: "v1.2.3\r\n",
v: zero,
v: SemVer{major: 1, minor: 2, patch: 3},
errMsg: "strconv.Atoi: parsing \"3\\r\\n\": invalid syntax",
},
}
Expand Down

0 comments on commit e797984

Please sign in to comment.