mirror of
https://github.com/django-components/django-components.git
synced 2025-09-26 15:39:08 +00:00
refactor: more linting and error fixes
This commit is contained in:
parent
53a5804706
commit
486fb236bc
10 changed files with 27 additions and 20 deletions
|
@ -338,7 +338,7 @@ class TestComponentCache:
|
|||
return {"input": kwargs["input"]}
|
||||
|
||||
with pytest.raises(
|
||||
ValueError,
|
||||
TypeError,
|
||||
match=re.escape(
|
||||
"Cannot hash slot 'content' of component 'TestComponent' - Slot functions are unhashable.",
|
||||
),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue