Skip to content

Commit 488d19c

Browse files
authored
Revert changes from refactor test_helpers_common.py for clarity
1 parent 5548129 commit 488d19c

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

tests/test_helpers_common.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,5 @@ def test_deprecation(self):
9595
def test_func(): pass
9696
deprecate(test_func, "new_test_func")
9797
self.assertIsNone(test_func())
98-
with self.assertWarns(DeprecationWarning):
99-
deprecate("old.module", "new.module")
98+
deprecate("old.module", "new.module")
10099

0 commit comments

Comments
 (0)