chore(M001/S01): auto-commit after complete-slice
This commit is contained in:
@@ -18,7 +18,7 @@ public sealed class ProductionConfigTests
|
||||
[Fact]
|
||||
public void Summarizer_metrics_include_runtime_device_details()
|
||||
{
|
||||
var ctor = typeof(SummarizerMetrics).GetConstructors().Single();
|
||||
var ctor = typeof(AiServiceMetrics).GetConstructors().Single();
|
||||
var parameterNames = ctor.GetParameters().Select(x => x.Name).ToHashSet(StringComparer.OrdinalIgnoreCase);
|
||||
|
||||
Assert.Contains("device", parameterNames);
|
||||
|
||||
Reference in New Issue
Block a user