There was an error while loading. Please reload this page.
1 parent adda483 commit bc9da14Copy full SHA for bc9da14
1 file changed
spec/mongo/index/view_spec.rb
@@ -956,12 +956,11 @@
956
end
957
958
959
- context 'on server versions >= 5.0' do
960
- min_server_fcv '5.0'
+ context 'on server versions > 5.3' do
+ min_server_fcv '5.4'
961
962
it 'passes wildcardProjection correctly' do
963
- skip 'https://jira.mongodb.org/browse/RUBY-3216'
964
- expect(indexes[:wildcardProjection]).to eq({ '_id' => false, 'rating' => true })
+ expect(indexes[:wildcardProjection]).to eq({ 'rating' => 1 })
965
966
967
0 commit comments