Skip to content

Commit ec9aaee

Browse files
committed
rename test for no event attrs
1 parent 3227715 commit ec9aaee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: tests/development/test_base_component.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -689,7 +689,7 @@ def test_repr_with_wildcards(self):
689689
def test_docstring(self):
690690
assert_docstring(self.assertEqual, self.ComponentClass.__doc__)
691691

692-
def test_events(self):
692+
def test_no_events(self):
693693
self.assertEqual(
694694
hasattr(self.ComponentClass(), 'available_events'),
695695
False

0 commit comments

Comments
 (0)