fixed the build-errors

All of which I introduced earlier.
This commit is contained in:
Nils Andresen
2023-11-10 23:38:19 +01:00
committed by Patrik Svensson
parent dc402220f2
commit 023c77ff09
2 changed files with 5 additions and 3 deletions

View File

@@ -246,7 +246,9 @@ public sealed class TypeRegistrarBaseTests
private class AnotherMockService : IMockService
{
public AnotherMockService(string _){}
public AnotherMockService(string ignore)
{
}
}
/// <summary>