1
0
Fork 0

Fixed tests for graph previewer

This commit is contained in:
Michael Hackstein 2014-02-01 09:47:19 +01:00
parent f580bd1ade
commit 1e21d3750f
1 changed files with 2 additions and 1 deletions

View File

@ -170,7 +170,8 @@
jasmine.any(Object),
{
label: "label",
color: jasmine.any(Object)
color: jasmine.any(Object),
shape: jasmine.any(Object)
}
);
});