cleanup
This commit is contained in:
@@ -161,6 +161,9 @@ func TestIntervalMerging(t *testing.T) {
|
||||
if len(intervals) != len(testcase.Expected) {
|
||||
t.Fatalf("failed to compact test case %d, len %d expected %d", i, len(intervals), len(testcase.Expected))
|
||||
}
|
||||
|
||||
cleanupIntervals(intervals)
|
||||
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user