Skip to content

Commit 1c46ee3

Browse files
author
Alan Christie
committed
docs: Doc tweak
1 parent 59d12bb commit 1c46ee3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tests/database_adapter.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,8 @@
1515

1616

1717
class UnitTestDatabaseAdapter(DatabaseAdapter):
18-
"""A minimal Database adapter simply to serve-up Job Definitions."""
18+
"""A minimal Database adapter simply to serve-up Job Definitions
19+
from the job-definitions/job-definitions.yaml file."""
1920

2021
def get_workflow(self, *, workflow_definition_id: str) -> Optional[Dict[str, Any]]:
2122
return {}

0 commit comments

Comments
 (0)