Skip to content

Commit f28d2fa

Browse files
committed
linting
1 parent eeebd67 commit f28d2fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/tests/unit/test_schema_finalizer.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ def schema_process(self):
4747
'order': 2,
4848
'expected': [
4949
{'full': 'process.parent', 'at': 'process', 'as': 'parent'},
50-
{'full': 'reuse.process', 'at': 'reuse', 'as': 'process' },
50+
{'full': 'reuse.process', 'at': 'reuse', 'as': 'process'},
5151
{'full': 'reuse.process.parent', 'at': 'reuse.process', 'as': 'parent'},
5252
]
5353
}

0 commit comments

Comments
 (0)