Skip to content

Commit 4cb3d02

Browse files
committed
test: fix Add_Encoding
1 parent 2d99e75 commit 4cb3d02

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/Prometheus.Client.MetricServer.Tests/MetricServerTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,7 @@ public async Task Add_Encoding()
212212
metricServer.Start();
213213

214214
const string help = "русский хелп";
215-
var counter = Metrics.DefaultFactory.CreateCounter("test_counter", help);
215+
var counter = Metrics.DefaultFactory.CreateCounter("test_counter_rus", help);
216216
counter.Inc();
217217

218218
using var httpClient = new HttpClient();

0 commit comments

Comments
 (0)