spec/integration/retryable_errors_spec.rb in mongo-2.15.1 vs spec/integration/retryable_errors_spec.rb in mongo-2.16.0.alpha1
- old
+ new
@@ -5,10 +5,10 @@
describe 'Failing retryable operations' do
# Requirement for fail point
min_server_fcv '4.0'
- let(:subscriber) { EventSubscriber.new }
+ let(:subscriber) { Mrss::EventSubscriber.new }
let(:client_options) do
{}
end