Skip to content

Commit

Permalink
add ut
Browse files Browse the repository at this point in the history
Signed-off-by: Joshua Kim <[email protected]>
  • Loading branch information
joshua-kim committed Oct 27, 2023
1 parent 56bc0a7 commit 40a4ed5
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions version/parser_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,10 @@ func TestParseApplication(t *testing.T) {
version: "",
expectedErr: errMissingApplicationPrefix,
},
{
version: "avalanchego/v1.2.3",
expectedErr: errMissingApplicationPrefix,
},
{
version: "avalanche/",
expectedErr: errMissingVersions,
Expand Down

0 comments on commit 40a4ed5

Please sign in to comment.