Skip to content

Commit

Permalink
Test naming
Browse files Browse the repository at this point in the history
  • Loading branch information
robertcoltheart committed Dec 10, 2023
1 parent 50a9bde commit 0e1be38
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -587,7 +587,7 @@ public void ScopeInfo()
}

[Fact]
public void SumWithOpenScopeInfo()
public void SumWithScopeVersion()
{
var buffer = new byte[85000];
var metrics = new List<Metric>();
Expand All @@ -610,7 +610,7 @@ public void SumWithOpenScopeInfo()
}

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

0 comments on commit 0e1be38

Please sign in to comment.