joyent/node-triton#232 commit 8438f44
broke parseVolumeSize unit tests
Reviewed by: Julien Gilli <julien.gilli@joyent.com> Approved by: Julien Gilli <julien.gilli@joyent.com>
This commit is contained in:
parent
04420b5088
commit
e0b6c7e0bc
@ -63,9 +63,6 @@ test('parseVolumeSize', function (tt) {
|
|||||||
|
|
||||||
tt.test('parsing valid sizes', function (t) {
|
tt.test('parsing valid sizes', function (t) {
|
||||||
var validVolumeSizes = [
|
var validVolumeSizes = [
|
||||||
{input: '42m', expectedOutput: 42},
|
|
||||||
{input: '42M', expectedOutput: 42},
|
|
||||||
{input: '42g', expectedOutput: 42 * 1024},
|
|
||||||
{input: '42G', expectedOutput: 42 * 1024}
|
{input: '42G', expectedOutput: 42 * 1024}
|
||||||
];
|
];
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user