Commit 44e92bd0 authored by preetwinder's avatar preetwinder

nocapacity test style fix

parent d05d934b
...@@ -332,11 +332,11 @@ ...@@ -332,11 +332,11 @@
return true; return true;
}; };
var jio = jIO.createJIO({ var jio = jIO.createJIO({
type: "nocapacity", type: "nocapacity",
sub_storage: { sub_storage: {
type: "dummystorage" type: "dummystorage"
} }
}); });
throws( throws(
function () { function () {
jio.hasCapacity("list"); 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