You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
LoggerMock.Verify(l =>l.Log(LogLevel.DEBUG,$"Blocking timeout is not valid, using default blocking timeout {TimeSpan.FromSeconds(15).TotalMilliseconds}ms"));
210
214
}
211
215
@@ -221,6 +225,10 @@ public void TestDefaultPeriodWhileProvidingZero()
LoggerMock.Verify(l =>l.Log(LogLevel.DEBUG,$"Polling interval is not valid for periodic calls, using default period {TimeSpan.FromMinutes(5).TotalMilliseconds}ms"));
225
233
}
226
234
@@ -236,6 +244,10 @@ public void TestDefaultPeriodWhileProvidingNegative()
LoggerMock.Verify(l =>l.Log(LogLevel.DEBUG,$"Polling interval is not valid for periodic calls, using default period {TimeSpan.FromMinutes(5).TotalMilliseconds}ms"));
240
252
}
241
253
@@ -247,6 +259,10 @@ public void TestDefaultPeriodWhileNotProvidingValue()
0 commit comments