We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eeebd67 commit f28d2faCopy full SHA for f28d2fa
scripts/tests/unit/test_schema_finalizer.py
@@ -47,7 +47,7 @@ def schema_process(self):
47
'order': 2,
48
'expected': [
49
{'full': 'process.parent', 'at': 'process', 'as': 'parent'},
50
- {'full': 'reuse.process', 'at': 'reuse', 'as': 'process' },
+ {'full': 'reuse.process', 'at': 'reuse', 'as': 'process'},
51
{'full': 'reuse.process.parent', 'at': 'reuse.process', 'as': 'parent'},
52
]
53
}
0 commit comments