cloudant / python-cloudant

A Python library for Cloudant and CouchDB
Apache License 2.0
163 stars 55 forks source link

Remove assertion from test_get_feed_descending #510

Closed mojito317 closed 2 years ago

mojito317 commented 2 years ago

Checklist

Description

This assertion removal fixes failed pipeline. Comparing seq lengths is not grounded in any contract of the API.

Approach

I removed the assertion regarding seq length comparison.

Schema & API Changes

Security and Privacy

Testing

Monitoring and Logging

mojito317 commented 2 years ago

Thanks for the reviews @ricellis and @eiri! I am about to merge this!