mirror of https://gitee.com/bigwinds/arangodb
Fixed tests for graph previewer
This commit is contained in:
parent
f580bd1ade
commit
1e21d3750f
|
@ -170,7 +170,8 @@
|
|||
jasmine.any(Object),
|
||||
{
|
||||
label: "label",
|
||||
color: jasmine.any(Object)
|
||||
color: jasmine.any(Object),
|
||||
shape: jasmine.any(Object)
|
||||
}
|
||||
);
|
||||
});
|
||||
|
|
Loading…
Reference in New Issue