Skip to content

Commit cb22556

Browse files
committed
fixup test component base
1 parent 7a19528 commit cb22556

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/component/test_base.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ class _FakeComponent(Component):
2121
"""A simple component implementation for testing."""
2222

2323

24-
def test_instantiation() -> None:
24+
def test_creation() -> None:
2525
"""Test that Component base class cannot be instantiated directly."""
2626
with pytest.raises(TypeError, match="Cannot instantiate Component directly"):
2727
_ = Component(

0 commit comments

Comments
 (0)