Skip to content

Commit c6f1865

Browse files
author
Alan Christie
committed
fix: Fix module name typo
1 parent 5393653 commit c6f1865

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

tests/test_worflow_validator.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
pytestmark = pytest.mark.unit
44

55
from tests.test_decoder_minimal import _MINIMAL_WORKFLOW
6-
from workflow.worklfow_validator import ValidationLevel, WorkflowValidator
6+
from workflow.workflow_validator import ValidationLevel, WorkflowValidator
77

88

99
def test_validate_minimal_for_create():
File renamed without changes.

0 commit comments

Comments
 (0)