Fix tests I just wrote then broke

This commit is contained in:
Davis Goglin 2016-03-28 15:21:16 -07:00
parent fd6a0e4bda
commit 39165fcb41
1 changed files with 1 additions and 1 deletions

View File

@ -83,7 +83,7 @@ class TestCLI:
assert DEVFILE_NAME in result.files_updated.keys()
assert_equals(
result.files_updated[DEVFILE_NAME].bytes,
test_text
test_text + '\n'
)
def test_cli_text_inavlid_args(self):