Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
insspb committed Jul 1, 2022
1 parent 3a24265 commit 16f859d
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 @@ -304,5 +304,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 16f859d

Please sign in to comment.