Merge branch 'v4.0.x'

This commit is contained in:
Torkel Ödegaard
2016-12-12 14:39:53 +01:00
4 changed files with 3 additions and 3 deletions

View File

@@ -11,6 +11,7 @@ import (
func TestSimpleReducer(t *testing.T) {
Convey("Test simple reducer by calculating", t, func() {
Convey("sum", func() {
result := testReducer("sum", 1, 2, 3)
So(result, ShouldEqual, float64(6))