File tree Expand file tree Collapse file tree 1 file changed +2
-6
lines changed
test/Serilog.Sinks.MSSqlServer.Tests Expand file tree Collapse file tree 1 file changed +2
-6
lines changed Original file line number Diff line number Diff line change @@ -304,9 +304,7 @@ public void LogsAreNotAffectedByTransactionsByDefault()
304
304
new MSSqlServerSinkOptions
305
305
{
306
306
TableName = DatabaseFixture . LogTableName ,
307
- AutoCreateSqlTable = true ,
308
- EagerlyEmitFirstEvent = false ,
309
- BatchPeriod = TimeSpan . FromSeconds ( 30 ) ,
307
+ AutoCreateSqlTable = true
310
308
}
311
309
)
312
310
. CreateLogger ( ) ;
@@ -338,9 +336,7 @@ public void LogsAreAffectedByTransactionsIfPreventEnlistInTransactionIsFalse()
338
336
{
339
337
TableName = DatabaseFixture . LogTableName ,
340
338
AutoCreateSqlTable = true ,
341
- PreventEnlistInTransaction = false ,
342
- EagerlyEmitFirstEvent = false ,
343
- BatchPeriod = TimeSpan . FromSeconds ( 30 ) ,
339
+ PreventEnlistInTransaction = false
344
340
}
345
341
)
346
342
. CreateLogger ( ) ;
You can’t perform that action at this time.
0 commit comments