Skip to content

Commit d6f30d5

Browse files
committed
drop_one with invalid index no longer fails under 8.3.0-alpha3
I'm removing this test entirely because it really just checks for server behavior, rather than driver behavior.
1 parent e363115 commit d6f30d5

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

spec/mongo/index/view_spec.rb

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -59,12 +59,11 @@
5959
view_with_session.drop_one('another_-1')
6060
end
6161

62-
let(:failed_operation) do
63-
view_with_session.drop_one('_another_-1')
62+
let(:session) do
63+
client.start_session
6464
end
6565

6666
it_behaves_like 'an operation using a session'
67-
it_behaves_like 'a failed operation using a session'
6867
end
6968

7069
context 'when the index exists' do

0 commit comments

Comments
 (0)