Skip to content

Commit

Permalink
[Exporter.Prometheus] PrometheusSerializerTests - typo fixes (#3715)
Browse files Browse the repository at this point in the history
  • Loading branch information
Kielek authored Oct 4, 2022
1 parent 92fb3b3 commit a8c222a
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ public void GaugeDoubleSubnormal()
}

[Fact]
public void SumDoubleInfinites()
public void SumDoubleInfinities()
{
var buffer = new byte[85000];
var metrics = new List<Metric>();
Expand Down Expand Up @@ -360,7 +360,7 @@ public void HistogramTwoDimensions()
}

[Fact]
public void HistogramInfinites()
public void HistogramInfinities()
{
var buffer = new byte[85000];
var metrics = new List<Metric>();
Expand Down

0 comments on commit a8c222a

Please sign in to comment.