We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e363115 commit d6f30d5Copy full SHA for d6f30d5
1 file changed
spec/mongo/index/view_spec.rb
@@ -59,12 +59,11 @@
59
view_with_session.drop_one('another_-1')
60
end
61
62
- let(:failed_operation) do
63
- view_with_session.drop_one('_another_-1')
+ let(:session) do
+ client.start_session
64
65
66
it_behaves_like 'an operation using a session'
67
- it_behaves_like 'a failed operation using a session'
68
69
70
context 'when the index exists' do
0 commit comments