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 Nov 7, 2024
1 parent 4c251eb commit e4605bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/unit/test_container.py
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ def test_set_parent_overwrite_proxy(self):

def test_slash_restriction(self):
self.assertRaises(ValueError, Container, 'bad/name')

def test_colon_restriction(self):
self.assertRaises(ValueError, Container, 'bad:name')

Expand Down

0 comments on commit e4605bd

Please sign in to comment.