mirror of
https://github.com/prometheus/prometheus
synced 2025-03-11 07:59:57 +00:00
textparse: Expose #12731 in protobufparse_test.go
Signed-off-by: beorn7 <beorn@grafana.com>
This commit is contained in:
parent
983c0c5e9d
commit
3d9a830f2f
@ -1779,6 +1779,7 @@ func TestProtobufParse(t *testing.T) {
|
||||
} else {
|
||||
require.Equal(t, true, found, "i: %d", i)
|
||||
require.Equal(t, exp[i].e[0], e, "i: %d", i)
|
||||
require.False(t, p.Exemplar(&e), "too many exemplars returned, i: %d", i)
|
||||
}
|
||||
|
||||
case EntryHistogram:
|
||||
|
Loading…
Reference in New Issue
Block a user