We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eed9eba commit ec0af58Copy full SHA for ec0af58
1 file changed
tests_old/test_cli.py
@@ -119,7 +119,12 @@ def test_cli_schemas():
119
{"key": 9, "value": 18},
120
]
121
assert (
122
- "dj repl\n\nschema modules:\n\n - test_schema1\n - test_schema2"
+ "\
123
+dj repl\n\n\
124
+\
125
+schema modules:\n\n\
126
+ - test_schema1\n\
127
+ - test_schema2"
128
== stderr[159:218]
129
)
130
assert "'test_schema1'" == stdout[4:18]
0 commit comments