We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3caf2dc commit 1d29b82Copy full SHA for 1d29b82
tests/document/instance.py
@@ -3200,10 +3200,6 @@ class Doc(Document):
3200
doc = Doc(emb=Embedded()).save()
3201
doc.emb.save() # Make sure its still working
3202
with warnings.catch_warnings():
3203
- warnings.simplefilter("error", DeprecationWarning)
3204
- with self.assertRaises(DeprecationWarning):
3205
- doc.emb.save()
3206
-
3207
with self.assertRaises(DeprecationWarning):
3208
doc.emb.reload()
3209
0 commit comments