diff --git a/tests/test_custom_field.py b/tests/test_custom_field.py index f3592f2..1777f4b 100644 --- a/tests/test_custom_field.py +++ b/tests/test_custom_field.py @@ -6,7 +6,7 @@ ) -class TestMember: +class TestCustomField: def test_create_custom_field(self, ev_connection: EasyvereinAPI): custom_field = ev_connection.custom_field.create( CustomFieldCreate(name="Test-Field", kind="e", settings_type="t")