Skip to content

Commit

Permalink
Remove redundant test case
Browse files Browse the repository at this point in the history
  • Loading branch information
lesiw committed Sep 3, 2023
1 parent fc016a1 commit 8de2106
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions bump_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,6 @@ func TestParseSegment(t *testing.T) {
in: "",
seg: -1,
err: false,
}, {
in: "",
seg: -1,
err: false,
}, {
in: "x",
seg: 0,
Expand Down

0 comments on commit 8de2106

Please sign in to comment.