Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
antoooks committed May 30, 2024
1 parent 749648b commit c0d33f5
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 @@ -41,7 +41,7 @@ func TestParse(t *testing.T) {
"trailing CRLF": {
raw: "v1.2.3\r\n",
v: SemVer{major: 1, minor: 2, patch: 3},
errMsg: "strconv.Atoi: parsing \"3\\r\\n\": invalid syntax",
errMsg: "",
},
}
for n, tc := range testCases {
Expand Down

0 comments on commit c0d33f5

Please sign in to comment.