Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
insspb committed Jul 8, 2022
1 parent 430c2c9 commit f6d11c2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/test_connection.py
Original file line number Diff line number Diff line change
Expand Up @@ -302,5 +302,4 @@ def test_connection_kwargs(app):
db = MongoEngine(app)

assert db.connection["tz_aware_true"].codec_options.tz_aware
assert db.connection["tz_aware_true"].max_pool_size == 10
assert db.connection["tz_aware_true"].read_preference == ReadPreference.SECONDARY

0 comments on commit f6d11c2

Please sign in to comment.