Skip to content

Commit 634cffb

Browse files
committed
Remove wip tag in spec example
1 parent 0afb3aa commit 634cffb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/dynamoid/criteria/chain_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1109,7 +1109,7 @@ def request_params
11091109
expect(model.where('name': nil).to_a).to eq [@johndoe]
11101110
end
11111111

1112-
it 'supports "in [nil]" check', log_level: :debug do
1112+
it 'supports "in [nil]" check' do
11131113
pending 'because of temporary bug with nil type casting'
11141114
expect(model.where('name.in': [nil]).to_a).to eq [@johndoe]
11151115
end

0 commit comments

Comments
 (0)