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 a35821a commit 76be7eaCopy full SHA for 76be7ea
1 file changed
tests/test_builder.py
@@ -777,7 +777,7 @@ def test_module_base_props(self) -> None:
777
with self.assertRaises(StatementMissing):
778
with pytest.warns(DeprecationWarning) as records:
779
self.assertEqual(module.statement(future=True), module)
780
- assert len(records) == 1
+ assert len(records) == 1
781
782
module.statement()
783
0 commit comments