We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
wip
1 parent 0afb3aa commit 634cffbCopy full SHA for 634cffb
spec/dynamoid/criteria/chain_spec.rb
@@ -1109,7 +1109,7 @@ def request_params
1109
expect(model.where('name': nil).to_a).to eq [@johndoe]
1110
end
1111
1112
- it 'supports "in [nil]" check', log_level: :debug do
+ it 'supports "in [nil]" check' do
1113
pending 'because of temporary bug with nil type casting'
1114
expect(model.where('name.in': [nil]).to_a).to eq [@johndoe]
1115
0 commit comments