Remove erroneoous print statement

This commit is contained in:
Joey Pinhas
2019-09-13 14:38:40 -04:00
parent 0ff23d4e9f
commit 93b7b66cda
2 changed files with 0 additions and 16 deletions

View File

@ -126,21 +126,6 @@ def test_diffing_output(capsys):
+ "foo": "bar"
}
{
- "foo":
- "bar",
- "alist": [2, 34, 234],
+ "alist": [
+ 2,
+ 34,
+ 234
+ ],
- "blah": null
+ "blah": null,
? +
+ "foo": "bar"
}
'''
# output should include a line with the filepath, build it here