textparse: Remove TODO that is actually done

Signed-off-by: beorn7 <beorn@grafana.com>
This commit is contained in:
beorn7 2022-07-20 19:08:36 +02:00
parent 7feea8aa89
commit 89fb7117c3

View file

@ -565,8 +565,5 @@ metric: <
i++
}
// TODO(beorn7): Once supported by the parser, test exemplars for
// counters, exemplars for sparse histograms, legacy histograms including exemplars,
// summaries.
require.Equal(t, len(exp), i)
}