Signed-off-by: Krasi Georgiev <kgeorgie@redhat.com>
This commit is contained in:
Krasi Georgiev 2019-02-04 11:15:08 +02:00
parent 752ab86e4e
commit ce4a2083fb

View file

@ -80,7 +80,6 @@ func createBlock(tb testing.TB, dir string, series []Series) string {
}
ref, err = app.Add(s.Labels(), t, v)
testutil.Ok(tb, err)
refs[i] = ref
}
testutil.Ok(tb, it.Err())
}