Skip to content

Commit

Permalink
Update tests, add float datasize test
Browse files Browse the repository at this point in the history
  • Loading branch information
Faithfulness Alamu committed Dec 3, 2020
1 parent 1ad54dd commit 0c5478d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions commands/copy_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,10 @@ func TestDatasizeToBytes(t *testing.T) {
datasize: "-4mb",
err: errInvalidSyntax,
},
{
datasize: "1.1kb",
err: errInvalidSyntax,
},
}

for _, tc := range testCases {
Expand Down

0 comments on commit 0c5478d

Please sign in to comment.