diff --git a/grate/Migration/DbMigrator.cs b/grate/Migration/DbMigrator.cs index d72ed776..4a841594 100644 --- a/grate/Migration/DbMigrator.cs +++ b/grate/Migration/DbMigrator.cs @@ -185,7 +185,7 @@ async Task PrintLogAndRunSql() sql = ReplaceTokensIn(sql); } - return await PrintLogAndRunSql();; + return await PrintLogAndRunSql(); } diff --git a/unittests/TestCommon/TestInfrastructure/NUnitLogger.cs b/unittests/TestCommon/TestInfrastructure/NUnitLogger.cs index dfece8c0..7fd1eac7 100644 --- a/unittests/TestCommon/TestInfrastructure/NUnitLogger.cs +++ b/unittests/TestCommon/TestInfrastructure/NUnitLogger.cs @@ -65,5 +65,5 @@ public ILogger CreateLogger(string categoryName) public void Dispose() { GC.SuppressFinalize(this); } - public event EventHandler OnCreateLogger = delegate { }; + //public event EventHandler OnCreateLogger = delegate { }; }