This commit is contained in:
Belen Curcio
2017-05-03 15:45:31 -03:00
parent 13a6ee67e9
commit 99b3d0021a
+1 -1
View File
@@ -52,7 +52,7 @@ describe('graph.loaders.Metrics', () => {
to: (new Date()).setMinutes((new Date()).getMinutes() + 5)
})
.then(({data, errors}) => {
console.log(errors)
console.log(errors);
expect(errors).to.be.undefined;
expect(data.flagged).to.have.length(flagged);
});