mirror of
https://github.com/p2p-ld/numpydantic.git
synced 2024-11-10 00:34:29 +00:00
correct attr naming
This commit is contained in:
parent
9b13226164
commit
2b56da6808
1 changed files with 2 additions and 2 deletions
|
@ -66,8 +66,8 @@ def test_interface_enabled(interfaces):
|
||||||
"""
|
"""
|
||||||
An interface shouldn't be included if it's not enabled
|
An interface shouldn't be included if it's not enabled
|
||||||
"""
|
"""
|
||||||
assert not interfaces.Interface3.enabled()
|
assert not interfaces.interface3.enabled()
|
||||||
assert interfaces.Interface3 not in Interface.interfaces()
|
assert interfaces.interface3 not in Interface.interfaces()
|
||||||
|
|
||||||
|
|
||||||
def test_interface_type_lists():
|
def test_interface_type_lists():
|
||||||
|
|
Loading…
Reference in a new issue