fixed failing tests in tests/commands/test_commands.py by adding NONE='' option to MarginMode
This commit is contained in:
@@ -9,3 +9,4 @@ class MarginMode(Enum):
|
||||
"""
|
||||
CROSS = "cross"
|
||||
ISOLATED = "isolated"
|
||||
NONE = ''
|
||||
|
Reference in New Issue
Block a user