aboutsummaryrefslogtreecommitdiffstats
path: root/skate/reduce_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'skate/reduce_test.go')
-rw-r--r--skate/reduce_test.go6
1 files changed, 6 insertions, 0 deletions
diff --git a/skate/reduce_test.go b/skate/reduce_test.go
index 65f3305..2e2e362 100644
--- a/skate/reduce_test.go
+++ b/skate/reduce_test.go
@@ -446,6 +446,12 @@ func TestZippyBrefAugment(t *testing.T) {
out: "testdata/zippy/cB00r.json",
err: nil,
},
+ {
+ a: "testdata/zippy/cB01a.json",
+ b: "testdata/zippy/cB01b.json",
+ out: "testdata/zippy/cB01r.json",
+ err: nil,
+ },
}
timeNow = func() time.Time {
return time.Date(1970, 1, 1, 0, 0, 0, 0, time.UTC)