There was an error while loading. Please reload this page.
1 parent 3fb4d55 commit 17fe395Copy full SHA for 17fe395
tests/test_connection.py
@@ -147,4 +147,4 @@ def test_connection_kwargs(self):
147
self.app.config['TESTING'] = True
148
db = MongoEngine()
149
db.init_app(self.app)
150
- self.assertTrue(db.connection.client.codec_options.tz_aware == True)
+ self.assertTrue(db.connection.client.codec_options.tz_aware)
0 commit comments