[Exporter.Prometheus] PrometheusSerializerTests - typo fixes (#3715)

This commit is contained in:
Piotr Kiełkowicz 2022-10-04 23:43:25 +02:00 committed by GitHub
parent 92fb3b345d
commit a8c222ab54
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -189,7 +189,7 @@ namespace OpenTelemetry.Exporter.Prometheus.Tests
}
[Fact]
public void SumDoubleInfinites()
public void SumDoubleInfinities()
{
var buffer = new byte[85000];
var metrics = new List<Metric>();
@ -360,7 +360,7 @@ namespace OpenTelemetry.Exporter.Prometheus.Tests
}
[Fact]
public void HistogramInfinites()
public void HistogramInfinities()
{
var buffer = new byte[85000];
var metrics = new List<Metric>();