spec/connectors/mongodb/mongo_advanced_snippet_against_schema_validator_spec.rb [255:271]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
          end
        end

        context 'readConcernLevel' do
          let(:readConcernLevel) {}

          let(:advanced_snippet) {
            {
              :aggregate => {
                :options => {
                  :readConcern => {
                    :level => readConcernLevel
                  }
                }
              }
            }
          }
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



spec/connectors/mongodb/mongo_advanced_snippet_against_schema_validator_spec.rb [342:358]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
            end
          end

          context 'readConcernLevel' do
            let(:readConcernLevel) {}

            let(:advanced_snippet) {
              {
                :aggregate => {
                  :options => {
                    :readConcern => {
                      :level => readConcernLevel
                    }
                  }
                }
              }
            }
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



