Commit 44e92bd0 authored by preetwinder's avatar preetwinder

nocapacity test style fix

parent d05d934b
......@@ -332,11 +332,11 @@
return true;
};
var jio = jIO.createJIO({
type: "nocapacity",
sub_storage: {
type: "dummystorage"
}
});
type: "nocapacity",
sub_storage: {
type: "dummystorage"
}
});
throws(
function () {
jio.hasCapacity("list");
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment