Add alignToFrom param to summarize

This commit is contained in:
Adrien Samson
2014-10-22 10:26:43 +02:00
parent 6c83699e6f
commit 6c70122e55
2 changed files with 8 additions and 4 deletions

View File

@@ -79,7 +79,7 @@ define([
var func = gfunc.createFuncInstance('summarize', { withDefaultParams: true });
func.updateParam('1h', 0);
expect(func.params[0]).to.be('1h');
expect(func.text).to.be('summarize(1h, sum)');
expect(func.text).to.be('summarize(1h, sum, false)');
});
it('should parse numbers as float', function() {