Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Dec 21, 2023
1 parent 841a514 commit 40f2573
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/amazon/aws/sensors/test_s3_sensors.py
Original file line number Diff line number Diff line change
Expand Up @@ -300,6 +300,7 @@ def test_init(self):
assert isinstance(task, S3KeysUnchangedSensor)
assert task.deferrable is True


class TestS3KeySizeSensorAsync(unittest.TestCase):
def test_deprecation_warnings_generated(self):
with pytest.warns(expected_warning=DeprecationWarning):
Expand Down

0 comments on commit 40f2573

Please sign in to comment.