Skip to content

Commit ec0af58

Browse files
committed
formatting
1 parent eed9eba commit ec0af58

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

tests_old/test_cli.py

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,12 @@ def test_cli_schemas():
119119
{"key": 9, "value": 18},
120120
]
121121
assert (
122-
"dj repl\n\nschema modules:\n\n - test_schema1\n - test_schema2"
122+
"\
123+
dj repl\n\n\
124+
\
125+
schema modules:\n\n\
126+
- test_schema1\n\
127+
- test_schema2"
123128
== stderr[159:218]
124129
)
125130
assert "'test_schema1'" == stdout[4:18]

0 commit comments

Comments
 (0)