summaryrefslogtreecommitdiff
path: root/tests/test_base.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test_base.py')
-rw-r--r--tests/test_base.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/test_base.py b/tests/test_base.py
index ba88d3b..c16d536 100644
--- a/tests/test_base.py
+++ b/tests/test_base.py
@@ -209,6 +209,7 @@ class FactoryCreationTestCase(unittest.TestCase):
pass
self.assertEqual(1, len(w))
+ self.assertIn('discovery', str(w[0].message))
self.assertIn('deprecated', str(w[0].message))
def testStub(self):