Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
guipenedo committed Jan 29, 2024
1 parent 190857a commit 8de4594
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_io.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
)


@moto.mock_s3
@moto.mock_aws
class TestIO(unittest.TestCase):
def setUp(self):
s3 = boto3.client("s3", region_name="us-east-1")
Expand Down

0 comments on commit 8de4594

Please sign in to comment.