mirror of
https://github.com/wiremock/WireMock.Net.git
synced 2026-04-27 10:47:01 +02:00
Partial
This commit is contained in:
@@ -108,7 +108,7 @@ namespace WireMock.Matchers
|
||||
/// <returns>Name</returns>
|
||||
public string GetName()
|
||||
{
|
||||
return $"SimMetricsMatcher ({_simMetricType})";
|
||||
return $"SimMetricsMatcher.{_simMetricType}";
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user