Пример #1
0
 public void UpdateMonitor_stream_should_not_be_behind_when_just_updated()
 {
     _monitor.UpdateEventStreamSubscriberIntervalMonitor(StreamName, _interval);
     _monitor.IsStreamBehind(StreamName).Should().BeFalse();
 }